mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
Merge pull request #2579 from neilLasrado/jv-fix
Journal entries recalc totals on del of accounts table row
This commit is contained in:
@@ -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);
|
||||||
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user