mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
PEP 8 clean up
This commit is contained in:
@@ -343,8 +343,8 @@ def set_gl_entries_by_account(
|
||||
},
|
||||
as_dict=True)
|
||||
|
||||
# if filters and filters.get('presentation_currency'):
|
||||
# gl_entries = convert_to_presentation_currency(gl_entries, get_currency(filters))
|
||||
if filters and filters.get('presentation_currency'):
|
||||
convert_to_presentation_currency(gl_entries, get_currency(filters))
|
||||
|
||||
for entry in gl_entries:
|
||||
gl_entries_by_account.setdefault(entry.account, []).append(entry)
|
||||
|
||||
Reference in New Issue
Block a user