fix(minor): add debounce to calls

This commit is contained in:
Rushabh Mehta
2020-12-10 12:37:16 +05:30
parent fec8dba16c
commit 39154e5296
3 changed files with 8 additions and 7 deletions

View File

@@ -446,9 +446,10 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
method: "erpnext.controllers.accounts_controller.get_default_taxes_and_charges",
args: {
"master_doctype": taxes_and_charges_field.options,
"tax_template": me.frm.doc.taxes_and_charges,
"tax_template": me.frm.doc.taxes_and_charges || "",
"company": me.frm.doc.company
},
debounce: 2000,
callback: function(r) {
if(!r.exc && r.message) {
frappe.run_serially([