Journal entries recalc totals on del of accounts table row
This commit is contained in:
parent
d68115645f
commit
e3e3a56b5c
@ -282,3 +282,8 @@ frappe.ui.form.on("Journal Entry Account", "party", function(frm, cdt, cdn) {
|
||||
});
|
||||
}
|
||||
})
|
||||
|
||||
frappe.ui.form.on("Journal Entry Account", "accounts_remove", function(frm) {
|
||||
cur_frm.cscript.update_totals(frm.doc);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user