From 704d5f0f4ac61982480371be96034bcab256d2de Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 19 Feb 2013 16:23:21 +0530 Subject: [PATCH] delete service order/quotation doctype --- patches/patch_list.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patches/patch_list.py b/patches/patch_list.py index 538a0fd1ea..ab9130ebe6 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -178,4 +178,8 @@ patch_list = [ 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Classic") # 2013-02-19', 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Modern") # 2013-02-19', 'execute:webnotes.reload_doc("selling", "Print Format", "Quotation Spartan") # 2013-02-19', + "execute:webnotes.delete_doc('DocType', 'Service Order')", + "execute:webnotes.delete_doc('DocType', 'Service Quotation')", + "execute:webnotes.delete_doc('DocType', 'Service Order Detail')", + "execute:webnotes.delete_doc('DocType', 'Service Quotation Detail')", ] \ No newline at end of file