From 30bd65a81bfb1d87a7e41733005028eabc9be296 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Sun, 7 Apr 2013 10:19:18 +0530 Subject: [PATCH] [patches] [fix] reload docperm --- patches/patch_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 0b7092c76d..181d6352ed 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -17,6 +17,7 @@ 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')", "patches.mar_2012.so_rv_mapper_fix", @@ -234,6 +235,5 @@ patch_list = [ 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Classic") # 2013-04-02', 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Modern") # 2013-04-02', 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Spartan") # 2013-04-02', - "execute:webnotes.delete_doc('Search Criteria', 'time_log_summary')" - + "execute:webnotes.delete_doc('Search Criteria', 'time_log_summary')", ] \ No newline at end of file