chore: update typo in patch

This commit is contained in:
Deepesh Garg 2023-06-24 16:31:19 +05:30
parent df035f6b19
commit 4de7a4c571

View File

@ -5,7 +5,6 @@ import frappe
def execute():
frappe.reload_doc("accounts", "doctype", "Process Statement of Accounts", force=True)
process_soa = frappe.qb.DocType("Process Statement of Accounts")
process_soa = frappe.qb.DocType("Process Statement Of Accounts")
q = frappe.qb.update(process_soa).set(process_soa.report, "General Ledger")
q.run()