chore: resolve undefined variables issue

This commit is contained in:
Deepesh Garg
2023-07-22 23:07:18 +05:30
parent 0b1e78e127
commit 4077254b01
11 changed files with 17 additions and 21 deletions

View File

@@ -208,7 +208,7 @@ erpnext.accounts.taxes = {
erpnext.accounts.payment_triggers = {
setup: function(doctype) {
frappe.form.ui.on(doctype, {
frappe.ui.form.on(doctype, {
allocate_advances_automatically(frm) {
frm.trigger('fetch_advances');
},