chore: Linting issues
This commit is contained in:
parent
f83e32ab64
commit
b2d24e2f93
@ -936,7 +936,7 @@ def get_export_json(res):
|
||||
for exp_type in res:
|
||||
exp_item, inv = {"exp_typ": exp_type, "inv": []}, []
|
||||
|
||||
for number, invoice in iteritems(res[exp_type]):
|
||||
for number, invoice in res[exp_type].items():
|
||||
inv_item = get_basic_invoice_detail(invoice[0])
|
||||
inv_item["itms"] = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user