mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
@@ -34,8 +34,8 @@ def execute():
|
|||||||
parent
|
parent
|
||||||
""", as_dict=1)
|
""", 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")
|
frappe.log_error(json.dumps(purchase_invoices + sales_invoices, indent=2), title="Patch Log")
|
||||||
|
|
||||||
for invoice in purchase_invoices + sales_invoices:
|
for invoice in purchase_invoices + sales_invoices:
|
||||||
doc = frappe.get_doc(invoice.type, invoice.name)
|
doc = frappe.get_doc(invoice.type, invoice.name)
|
||||||
|
|||||||
Reference in New Issue
Block a user