mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	fix wizard and item select issue
This commit is contained in:
		| @ -314,7 +314,11 @@ export default { | ||||
|   }, | ||||
|   created () { | ||||
|     window.hub.$on('checkItems', this.validateItem) | ||||
|     window.hub.$on('newItem', this.onSelectItem) | ||||
|     window.hub.$on('newItem', (val) => { | ||||
|       if (this.item.item_id) { | ||||
|         this.onSelectItem(val) | ||||
|       } | ||||
|     }) | ||||
|   }, | ||||
|   methods: { | ||||
|     updateTax (data) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user