Attempt to fix issue where doesn't save to multilingual db
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 23 Jun 2016 07:30:26 +0000 (17:30 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 29 Jun 2016 04:39:23 +0000 (14:39 +1000)
CRM/Price/Form/Option.php

index a29cf32631ca13f9e126107af35cd6c23c931bb2..645a436ddc313a913552cbf1c8b099b95c646225 100644 (file)
@@ -216,8 +216,8 @@ class CRM_Price_Form_Option extends CRM_Core_Form {
       $this->addRule('amount', ts('Please enter a monetary value for this field.'), 'money');
 
       $this->add('textarea', 'description', ts('Description'));
-      $this->add('textarea', 'help_pre', ts('Pre Option Help'));
-      $this->add('textarea', 'help_post', ts('Post Option Help'));
+      $this->add('textarea', 'help_pre', ts('Pre Option Help'), NULL, TRUE);
+      $this->add('textarea', 'help_post', ts('Post Option Help'), NULL, TRUE);
 
       // weight
       $this->add('text', 'weight', ts('Order'), NULL, TRUE);