mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
committed by
Rushabh Mehta
parent
137a24f457
commit
94e35e7a7e
@@ -213,7 +213,7 @@ def prepare_data(accounts, balance_must_be, period_list, company_currency):
|
||||
total = 0
|
||||
row = frappe._dict({
|
||||
"account": _(d.name),
|
||||
"parent_account": _(d.parent_account),
|
||||
"parent_account": _(d.parent_account) if d.parent_account else '',
|
||||
"indent": flt(d.indent),
|
||||
"year_start_date": year_start_date,
|
||||
"year_end_date": year_end_date,
|
||||
|
||||
Reference in New Issue
Block a user