[reload doctype and page]

This commit is contained in:
Saurabh 2013-06-24 15:00:21 +05:30
parent 7bfb2b6814
commit 7b4bbbd6bd

View File

@ -19,7 +19,8 @@ patch_list = [
"execute:webnotes.reload_doc('core', 'doctype', 'docfield')",
"execute:webnotes.reload_doc('core', 'doctype', 'docperm') # 2013-04-07",
"execute:webnotes.reload_doc('core', 'doctype', 'report')",
"execute:webnotes.reload_doc('core', 'doctype', 'doctype')",
"execute:webnotes.reload_doc('core', 'doctype', 'doctype') # 2013-06-24",
"execute:webnotes.reload_doc('core', 'doctype', 'page') # 2013-06-24",
"patches.mar_2012.so_rv_mapper_fix",
"patches.mar_2012.clean_property_setter",
"patches.april_2012.naming_series_patch",