fix: modify patch
This commit is contained in:
parent
555c126eb9
commit
cde82bc0cc
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user