fix: call function when arguments available
This commit is contained in:
parent
48b0f0da96
commit
d95b59e90c
@ -158,6 +158,7 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
|
|||||||
let me = this;
|
let me = this;
|
||||||
frappe.flags.round_off_applicable_accounts = [];
|
frappe.flags.round_off_applicable_accounts = [];
|
||||||
|
|
||||||
|
if (me.frm.doc.company) {
|
||||||
return frappe.call({
|
return frappe.call({
|
||||||
"method": "erpnext.controllers.taxes_and_totals.get_round_off_applicable_accounts",
|
"method": "erpnext.controllers.taxes_and_totals.get_round_off_applicable_accounts",
|
||||||
"args": {
|
"args": {
|
||||||
@ -168,6 +169,7 @@ erpnext.taxes_and_totals = erpnext.payments.extend({
|
|||||||
frappe.flags.round_off_applicable_accounts.push(...r.message);
|
frappe.flags.round_off_applicable_accounts.push(...r.message);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
determine_exclusive_rate: function() {
|
determine_exclusive_rate: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user