From 4daf3dd8a85e578b931a3aec9c28d0225c366fa9 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 17 Jul 2013 18:06:02 +0530 Subject: [PATCH] [minor] [fix] reload doctype and docfield twice --- patches/patch_list.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 0c2a523fb3..b17de3048c 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -16,11 +16,13 @@ from __future__ import unicode_literals patch_list = [ - "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', 'doctype') #2013-07-15", - "execute:webnotes.reload_doc('core', 'doctype', 'page') #2013-07-15", - "execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-15", + "execute:webnotes.reload_doc('core', 'doctype', 'doctype', force=True) #2013-07-15", + "execute:webnotes.reload_doc('core', 'doctype', 'docfield', force=True) #2013-07-15", + "execute:webnotes.reload_doc('core', 'doctype', 'doctype', force=True) #2013-07-16", + "execute:webnotes.reload_doc('core', 'doctype', 'docfield', force=True) #2013-07-16", + "execute:webnotes.reload_doc('core', 'doctype', 'docperm') #2013-07-16", + "execute:webnotes.reload_doc('core', 'doctype', 'page') #2013-07-16", + "execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-16", "patches.mar_2012.clean_property_setter", "patches.april_2012.naming_series_patch", "patches.mar_2012.cleanup_control_panel",