fix invoice and estimate templates

This commit is contained in:
yogesh_gohil
2019-11-11 19:28:20 +05:30
parent 0fbc26bbe1
commit d31bd7849f
10 changed files with 193 additions and 152 deletions

View File

@ -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