mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-17 00:18:39 +00:00
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:
@@ -416,7 +416,6 @@ def get_context(customer, doc):
|
||||
return {
|
||||
"doc": template_doc,
|
||||
"customer": frappe.get_doc("Customer", customer),
|
||||
"frappe": frappe.utils,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user