fix: Indentation fixes
This commit is contained in:
parent
7c12cfcb63
commit
0c874d915b
@ -80,10 +80,10 @@ def get_data(filters):
|
|||||||
for territory in territories:
|
for territory in territories:
|
||||||
for item in items:
|
for item in items:
|
||||||
row = {
|
row = {
|
||||||
"territory": territory.name,
|
"territory": territory.name,
|
||||||
"item_group": item.item_group,
|
"item_group": item.item_group,
|
||||||
"item": item.name,
|
"item": item.name,
|
||||||
"item_name": item.item_name
|
"item_name": item.item_name
|
||||||
}
|
}
|
||||||
|
|
||||||
if sales_invoice_data.get((territory.name,item.name)):
|
if sales_invoice_data.get((territory.name,item.name)):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user