mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
clean up
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user