Merge pull request #1811 from SevanNerse/master

onCalculateTotal should be called with timeout
This commit is contained in:
Cüneyt Şentürk 2021-01-28 15:38:33 +03:00 committed by GitHub
commit 077d702f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,9 @@ const app = new Vue({
// invoice_item_checkbox_sample: [],
});
setTimeout(function() {
this.onCalculateTotal();
}.bind(this), 800);
},
onSelectedTax(item_index) {