This commit is contained in:
Charles-Henri Decultot 2019-01-01 17:55:13 +01:00 committed by Rushabh Mehta
parent 137a24f457
commit 94e35e7a7e

View File

@ -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,