mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	Merge branch 'pdf-templates' into 'master'
fix invoice and estimate templates See merge request mohit.panjvani/crater-web!4
This commit is contained in:
		| @ -519,14 +519,6 @@ export default { | ||||
|     ...mapActions('item', [ | ||||
|       'fetchItems' | ||||
|     ]), | ||||
|     isEmpty (obj) { | ||||
|       for (let key in obj) { | ||||
|         if (obj.hasOwnProperty(key)) { | ||||
|           return false | ||||
|         } | ||||
|       } | ||||
|       return true | ||||
|     }, | ||||
|     selectFixed () { | ||||
|       if (this.newInvoice.discount_type === 'fixed') { | ||||
|         return | ||||
|  | ||||
		Reference in New Issue
	
	Block a user