From 35c4d575bc2390eaf39c4422fbb112d4189730f3 Mon Sep 17 00:00:00 2001 From: Ravi Dey Date: Fri, 24 Jun 2011 16:07:34 +0530 Subject: [PATCH] reload --- patches/patch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patches/patch.py b/patches/patch.py index 1120fc6a348..e19e52ffc4d 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1176,6 +1176,5 @@ def execute(patch_no): elif patch_no == 295: sql("update `tabDocField` set options = 'Delivered\nNot Delivered\nPartly Delivered\nClosed\nNot Applicable' where parent = 'Sales Order' and fieldname = 'delivery_status'") sql("update `tabDocField` set options = 'Billed\nNot Billed\nPartly Billed\nClosed' where parent = 'Sales Order' and fieldname = 'billing_status'") - elif patch_no == 296: sql("delete from tabDocField where parent='Support Ticket' and fieldname='contact_no'") reload_doc('maintenance', 'doctype', 'support_ticket')