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

This commit is contained in:
Shllokkk
2026-06-25 14:55:47 +05:30
parent 85ba1231f8
commit 37ec2d0edd

View File

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