Added frappe.get_cached_doc in available jinja methods (#6292)
This commit is contained in:
parent
85d204a464
commit
971e60f0bf
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ def get_allowed_functions_for_jenv():
|
|||
"get_hooks": frappe.get_hooks,
|
||||
"get_meta": frappe.get_meta,
|
||||
"get_doc": frappe.get_doc,
|
||||
"get_cached_doc": frappe.get_cached_doc,
|
||||
"get_list": frappe.get_list,
|
||||
"get_all": frappe.get_all,
|
||||
'get_system_settings': frappe.get_system_settings,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue