close #1594 Fixed: Multi line invoice/ bill item not working properly

This commit is contained in:
Cüneyt Şentürk 2020-09-09 14:17:30 +03:00
parent a9aa1cf535
commit 87b66ac6a9

View File

@ -618,7 +618,7 @@ export default {
this.$emit('interface', this.real_model);
setTimeout(function() {
this.change();
//this.change(); for invoice item
}.bind(this), 800);
},