Merge pull request #56460 from Shllokkk/psoa-restrict-jinja-context-v16

fix: remove frappe.utils from jinja context in process statement of accounts
This commit is contained in:
Shllokkk
2026-06-25 15:17:29 +05:30
committed by GitHub

View File

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