mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 07:37:04 +00:00
fix: use full refresh instead of refresh_fields for multi currency
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
@@ -128,7 +128,7 @@ frappe.ui.form.on("Journal Entry", {
|
||||
|
||||
get_balance(frm) {
|
||||
erpnext.journal_entry.update_totals(frm);
|
||||
frm.call("get_balance", {}, () => frm.refresh_fields());
|
||||
frm.call("get_balance", {}, () => frm.refresh());
|
||||
},
|
||||
|
||||
get_balance_for_periodic_accounting(frm) {
|
||||
|
||||
Reference in New Issue
Block a user