[fixes] fixes in general ledger grid report
This commit is contained in:
parent
1175227c08
commit
54cab9cded
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user