mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
[general ledger] [fix] renamed function
This commit is contained in:
@@ -307,10 +307,10 @@ erpnext.GeneralLedger = wn.views.GridReport.extend({
|
||||
|
||||
make_account_by_name: function() {
|
||||
this.account_by_name = this.make_name_map(wn.report_dump.data["Account"]);
|
||||
this.make_voucher_acconuts_map();
|
||||
this.make_voucher_accounts_map();
|
||||
},
|
||||
|
||||
make_voucher_acconuts_map: function() {
|
||||
make_voucher_accounts_map: function() {
|
||||
this.voucher_accounts = {};
|
||||
var data = wn.report_dump.data["GL Entry"];
|
||||
for(var i=0, j=data.length; i<j; i++) {
|
||||
|
||||
Reference in New Issue
Block a user