commit | 42cdd6d2379d68efb592a5c8a8148979dce8cf1e | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Feb 15 12:05:51 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Feb 15 12:05:51 2022 +0530 |
tree | 6d6c91c43a6c5efdb48fb4b1723382b090c31621 | |
parent | ae613008be59334e5ff72882ef9d70355f56805e [diff] |
fix: Remove commented out code
diff --git a/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py b/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py index 62bf156..dad7384 100644 --- a/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py +++ b/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py
@@ -354,9 +354,6 @@ if d.parent_account: account = d.parent_account_name - # if not accounts_by_name.get(account): - # continue - for company in companies: accounts_by_name[account][company] = \ accounts_by_name[account].get(company, 0.0) + d.get(company, 0.0)