From b393000fc7cd972b46fe69b56968108ec06a7622 Mon Sep 17 00:00:00 2001 From: nabinhait Date: Tue, 28 Jun 2011 16:50:38 +0530 Subject: [PATCH] no copy for naming_series fld --- patches/patch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/patch.py b/patches/patch.py index 43eca9f040..cbb2dee2c6 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,6 +1,6 @@ # REMEMBER to update this # ======================== -last_patch = 301 +last_patch = 302 #------------------------------------------- @@ -1198,3 +1198,5 @@ def execute(patch_no): elif patch_no == 301: from patches.delivery_billing_status_patch import run_patch run_patch() + elif patch_no == 302: + sql("update `tabDocField` set no_copy = 1 where fieldname = 'naming_series'")