reload series detail

This commit is contained in:
nabinhait 2011-07-08 13:30:46 +05:30
parent 67cb2f143a
commit 63cf2b91e7

View File

@ -1,7 +1,7 @@
# REMEMBER to update this # 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') reload_doc('utilities', 'doctype', 'bulk_rename_tool')
elif patch_no == 319: elif patch_no == 319:
sql("delete from tabFeed where doc_name like 'New %'") sql("delete from tabFeed where doc_name like 'New %'")
elif patch_no == 320:
reload_doc('setup', 'doctype', 'series_detail')