mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
@@ -34,7 +34,7 @@ def execute():
|
||||
parent
|
||||
""", as_dict=1)
|
||||
|
||||
if purchase_invoices + sales_invoices:
|
||||
if purchase_invoices + sales_invoices:
|
||||
frappe.log_error(json.dumps(purchase_invoices + sales_invoices, indent=2), title="Patch Log")
|
||||
|
||||
for invoice in purchase_invoices + sales_invoices:
|
||||
|
||||
Reference in New Issue
Block a user