added rename tool

This commit is contained in:
Rushabh Mehta
2011-06-22 16:38:11 +05:30
parent a18bef59ae
commit 64b6c2c80d
8 changed files with 256 additions and 2 deletions

View File

@@ -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')