onCalculateTotal should be called with timeout

This commit is contained in:
Sevan Nerse 2021-01-28 15:10:04 +03:00
parent 8515982cc7
commit 8b77dc10db

View File

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