Skip to content

Commit 79b02db

Browse files
fix: Indentation fixes
1 parent aca3772 commit 79b02db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

erpnext/accounts/report/inactive_sales_items/inactive_sales_items.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ def get_data(filters):
8080
for territory in territories:
8181
for item in items:
8282
row = {
83-
"territory": territory.name,
84-
"item_group": item.item_group,
85-
"item": item.name,
86-
"item_name": item.item_name
83+
"territory": territory.name,
84+
"item_group": item.item_group,
85+
"item": item.name,
86+
"item_name": item.item_name
8787
}
8888

8989
if sales_invoice_data.get((territory.name,item.name)):

0 commit comments

Comments
 (0)