From c71eeb6c7163f81f6493554026d1946dc90462b4 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 30 Jun 2011 08:28:36 +0530 Subject: [PATCH] patch fix --- patches/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch.py b/patches/patch.py index e26a31eefb3..1ffb0990cd4 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1203,7 +1203,7 @@ def execute(patch_no): elif patch_no == 303: pass elif patch_no == 304: - sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'button'") + sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'button'") reload_doc('setup', 'doctype', 'company') elif patch_no == 305: sql("update `tabDocField` set options = 'link:Company' where options='link:Company' and fieldname='company' and fieldtype='Select'")