Merge pull request #13549 from netchampfaris/server-script-rename-doc
fix: Add frappe.rename_doc to Server Scripts
This commit is contained in:
commit
3e4aa8d1d1
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue