reload series detail
This commit is contained in:
parent
67cb2f143a
commit
63cf2b91e7
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user