Fix for CRM-16157
authorWeb Access <rohan.katkar@webaccessglobal.com>
Tue, 24 Mar 2015 12:37:22 +0000 (18:07 +0530)
committerWeb Access <rohan.katkar@webaccessglobal.com>
Wed, 25 Mar 2015 06:05:18 +0000 (11:35 +0530)
CRM/Admin/Form/Options.php

index 555c55971ec25965070077dec688590813667f93..43d7523b0ddd10db9b8f462acb394caa62d72e40 100644 (file)
@@ -170,6 +170,12 @@ 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',