fix: function call to update payment schedule labels

This commit is contained in:
Deepesh Garg
2021-05-04 21:01:12 +05:30
committed by Nabin Hait
parent a2fcca85a5
commit a0ed517c85

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);
}
}
})