fix: remove frappe.utils from jinja context in process statement of accounts

(cherry picked from commit 37ec2d0edd)
This commit is contained in:
Shllokkk
2026-06-25 14:55:47 +05:30
committed by Mergify
parent 414b3665c1
commit b176fb292b

View File

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