From c09c22c39579de79786bba9f46b55018ac45e3f5 Mon Sep 17 00:00:00 2001 From: atif-shaikh Date: Thu, 9 Apr 2015 17:54:28 +0530 Subject: [PATCH] CRM-16254 - Cannot create a custom Search https://issues.civicrm.org/jira/browse/CRM-16254 --- CRM/Admin/Form/Options.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Admin/Form/Options.php b/CRM/Admin/Form/Options.php index 5818f2b1c2..aed51b5186 100644 --- a/CRM/Admin/Form/Options.php +++ b/CRM/Admin/Form/Options.php @@ -171,12 +171,6 @@ class CRM_Admin_Form_Options extends CRM_Admin_Form { TRUE ); - $this->add('text', - 'value', - ts('Value'), - CRM_Core_DAO::getAttribute('CRM_Core_DAO_OptionValue', 'value'), - TRUE - ); if (!in_array($this->_gName, array( 'email_greeting', 'postal_greeting', -- 2.25.1