mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
added rename tool
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
last_patch = 290
|
||||
last_patch = 291
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -1159,4 +1159,7 @@ def execute(patch_no):
|
||||
md = Document('Module Def')
|
||||
md.module_name = 'Home'
|
||||
md.module_label = 'Home'
|
||||
md.save(1)
|
||||
md.save(1)
|
||||
elif patch_no == 291:
|
||||
relaod_doc('tools','doctype','rename_tool')
|
||||
|
||||
Reference in New Issue
Block a user