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