From cfc5dff4b4d2a17fee0a3441aa907bb42ed1ec58 Mon Sep 17 00:00:00 2001 From: Ravi Dey Date: Thu, 7 Jul 2011 16:48:54 +0530 Subject: [PATCH] reload doc --- patches/patch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/patch.py b/patches/patch.py index fb66a47e6c..fa5ef49753 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,7 +1,7 @@ # REMEMBER to update this # ======================== -last_patch = 317 +last_patch = 318 #------------------------------------------- @@ -1275,4 +1275,5 @@ def execute(patch_no): pass elif patch_no == 317: sql("update `tabPage` set name = 'profile-settings' where page_name = 'Profile Settings'") - + elif patch_no == 318: + reload_doc('utilities', 'doctype', 'bulk_rename_tool')