mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
chore: Linting issues
This commit is contained in:
@@ -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"] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user