mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix in get_balance_on for a date which does not fall within any fiscal year
This commit is contained in:
@@ -150,7 +150,7 @@ cur_frm.cscript.account = function(doc,dt,dn) {
|
||||
args: {account: d.account, date: doc.posting_date},
|
||||
callback: function(r) {
|
||||
d.balance = fmt_money(r.message);
|
||||
refresh_field('balance',d.name,'entries');
|
||||
refresh_field('balance', d.name, 'entries');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user