fix in get_balance_on for a date which does not fall within any fiscal year

This commit is contained in:
Anand Doshi
2012-10-10 11:44:21 +05:30
parent 037c2570b6
commit d69b32e856
3 changed files with 27 additions and 16 deletions

View File

@@ -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');
}
});
}