This commit is contained in:
tundebabzy
2018-01-23 15:53:00 +01:00
parent 2bfe846b30
commit e8254584a7

View File

@@ -325,7 +325,6 @@ def set_gl_entries_by_account(company, from_date, to_date, root_lft, root_rgt, f
if filters and filters.get('presentation_currency'):
gl = convert_to_presentation_currency(gl_entries, get_currency(filters))
print('presentation currency - ', gl[0:2])
for entry in gl_entries:
gl_entries_by_account.setdefault(entry.account, []).append(entry)