mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
fix(minor): update frappe.error_log to new API (#30864)
* fix(minor): update frappe.error_log to new API * refactor: changes for updated log_error api Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -17,7 +17,7 @@ def execute():
|
||||
"""
|
||||
)
|
||||
except Exception as e:
|
||||
frappe.log_error(e, title="Patch Migration Failed")
|
||||
frappe.log_error("Bank to Bank Account patch migration failed")
|
||||
|
||||
frappe.reload_doc("accounts", "doctype", "bank_account")
|
||||
frappe.reload_doc("accounts", "doctype", "payment_request")
|
||||
|
||||
Reference in New Issue
Block a user