mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 09:36:53 +00:00
fix: modify patch
This commit is contained in:
@@ -5,6 +5,7 @@ import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("accounts", "doctype", "Process Statement of Accounts", force=True)
|
||||
process_soa = frappe.qb.DocType("Process Statement of Accounts")
|
||||
q = frappe.qb.update(process_soa).set(process_soa.report, "General Ledger")
|
||||
q.run()
|
||||
|
||||
Reference in New Issue
Block a user