[fixes] fixes in general ledger grid report

This commit is contained in:
Nabin Hait 2013-04-10 16:04:18 +05:30
parent 1175227c08
commit 54cab9cded

View File

@ -306,10 +306,8 @@ erpnext.GeneralLedger = wn.views.GridReport.extend({
}, },
make_account_by_name: function() { make_account_by_name: function() {
if(!this.account_by_name) { this.account_by_name = this.make_name_map(wn.report_dump.data["Account"]);
this.account_by_name = this.make_name_map(wn.report_dump.data["Account"]); this.make_voucher_acconuts_map();
this.make_voucher_acconuts_map();
}
}, },
make_voucher_acconuts_map: function() { make_voucher_acconuts_map: function() {