Merge pull request #56462 from frappe/mergify/bp/version-15-hotfix/pr-56460

fix: remove frappe.utils from jinja context in process statement of accounts (backport #56460)
This commit is contained in:
Shllokkk
2026-06-25 20:48:42 +05:30
committed by GitHub

View File

@@ -390,7 +390,6 @@ def get_context(customer, doc):
return {
"doc": template_doc,
"customer": frappe.get_doc("Customer", customer),
"frappe": frappe.utils,
}