mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	Merge branch 'version-110' into 'master'
fix installation issue & add ver update listener See merge request mohit.panjvani/crater-web!68
This commit is contained in:
		| @ -353,7 +353,7 @@ export default { | ||||
|       this.item.name = val | ||||
|     }, | ||||
|     deselectItem () { | ||||
|       this.item = {...EstimateStub, id: this.item.id} | ||||
|       this.item = {...EstimateStub, id: this.item.id, taxes: [{...TaxStub, id: Guid.raw()}]} | ||||
|       this.$nextTick(() => { | ||||
|         this.$refs.itemSelect.$refs.baseSelect.$refs.search.focus() | ||||
|       }) | ||||
|  | ||||
| @ -354,7 +354,7 @@ export default { | ||||
|       this.item.name = val | ||||
|     }, | ||||
|     deselectItem () { | ||||
|       this.item = {...InvoiceStub, id: this.item.id} | ||||
|       this.item = {...InvoiceStub, id: this.item.id, taxes: [{...TaxStub, id: Guid.raw()}]} | ||||
|       this.$nextTick(() => { | ||||
|         this.$refs.itemSelect.$refs.baseSelect.$refs.search.focus() | ||||
|       }) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user