mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
[fixes] fixes in general ledger grid report
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user