Merge pull request #13549 from netchampfaris/server-script-rename-doc

fix: Add frappe.rename_doc to Server Scripts
This commit is contained in:
mergify[bot] 2021-06-22 13:10:50 +00:00 committed by GitHub
commit 3e4aa8d1d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,