fix: Add frappe.rename_doc to Server Scripts

This commit is contained in:
Faris Ansari 2021-06-22 18:14:05 +05:30
parent 916ec171fa
commit fd05cf068e

View file

@ -85,6 +85,7 @@ def get_safe_globals():
get_list=frappe.get_list,
get_all=frappe.get_all,
get_system_settings=frappe.get_system_settings,
rename_doc=frappe.rename_doc,
utils=datautils,
get_url=frappe.utils.get_url,