chore: update typo in patch
diff --git a/erpnext/patches/v14_0/set_report_in_process_SOA.py b/erpnext/patches/v14_0/set_report_in_process_SOA.py
index 0f65b36..9eb5e3a 100644
--- a/erpnext/patches/v14_0/set_report_in_process_SOA.py
+++ b/erpnext/patches/v14_0/set_report_in_process_SOA.py
@@ -5,7 +5,6 @@
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()