mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-18 17:08:42 +00:00
fix: remove frappe.utils from jinja context in process statement of accounts
(cherry picked from commit 37ec2d0edd)
This commit is contained in:
@@ -390,7 +390,6 @@ def get_context(customer, doc):
|
|||||||
return {
|
return {
|
||||||
"doc": template_doc,
|
"doc": template_doc,
|
||||||
"customer": frappe.get_doc("Customer", customer),
|
"customer": frappe.get_doc("Customer", customer),
|
||||||
"frappe": frappe.utils,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user