fix: function call to update payment schedule labels

This commit is contained in:
Deepesh Garg 2021-05-04 21:01:12 +05:30
parent ca37380d2e
commit 04923d6a65

View File

@ -2034,7 +2034,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
if(r.message && !r.exc) {
me.frm.set_value("payment_schedule", r.message);
const company_currency = me.get_company_currency();
this.update_payment_schedule_grid_labels(company_currency);
me.update_payment_schedule_grid_labels(company_currency);
}
}
})