mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: Linting Issues
This commit is contained in:
@@ -13,7 +13,7 @@ def execute():
|
|||||||
count = 1
|
count = 1
|
||||||
for d in accounting_dimensions:
|
for d in accounting_dimensions:
|
||||||
|
|
||||||
if count%2 == 0:
|
if count % 2 == 0:
|
||||||
insert_after_field = 'dimension_col_break'
|
insert_after_field = 'dimension_col_break'
|
||||||
else:
|
else:
|
||||||
insert_after_field = 'accounting_dimensions_section'
|
insert_after_field = 'accounting_dimensions_section'
|
||||||
|
|||||||
Reference in New Issue
Block a user