From 63cf2b91e743b3ee449d1923554ff683784aae85 Mon Sep 17 00:00:00 2001 From: nabinhait Date: Fri, 8 Jul 2011 13:30:46 +0530 Subject: [PATCH] reload series detail --- patches/patch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/patch.py b/patches/patch.py index 3d5e308b88..56004a8317 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,7 +1,7 @@ # REMEMBER to update this # ======================== -last_patch = 319 +last_patch = 320 #------------------------------------------- @@ -1279,4 +1279,5 @@ def execute(patch_no): reload_doc('utilities', 'doctype', 'bulk_rename_tool') elif patch_no == 319: sql("delete from tabFeed where doc_name like 'New %'") - + elif patch_no == 320: + reload_doc('setup', 'doctype', 'series_detail')