[minor] [fix] reload core doctypes before patches

This commit is contained in:
Anand Doshi 2013-07-17 13:22:04 +05:30
parent bba8664c00
commit 6537f3d25f

View File

@ -16,11 +16,11 @@
from __future__ import unicode_literals
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') # 2013-07-08",
"execute:webnotes.reload_doc('core', 'doctype', 'page') # 2013-07-11",
"execute:webnotes.reload_doc('core', 'doctype', 'docfield') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'docperm') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'doctype') #2013-07-15",
"execute:webnotes.reload_doc('core', 'doctype', 'page') #2013-07-15",
"patches.mar_2012.clean_property_setter",
"patches.april_2012.naming_series_patch",
"patches.mar_2012.cleanup_control_panel",