ancient latin
authordemeritcowboy <demeritcowboy@hotmail.com>
Wed, 12 May 2021 14:14:51 +0000 (10:14 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Wed, 12 May 2021 14:14:51 +0000 (10:14 -0400)
CRM/Price/Form/Field.php

index a35a79dd39b1b683fcc310763b0b7f23e11519e9..3b1170e833e3693a6c924c193ea322696edc1e41 100644 (file)
@@ -337,7 +337,7 @@ class CRM_Price_Form_Field extends CRM_Core_Form {
     $this->addRule('options_per_line', ts('must be a numeric value'), 'numeric');
 
     $this->add('textarea', 'help_pre', ts('Pre Field Help'),
-      CRM_Core_DAO::getAttribute('CRM_Price_DAO_PriceField', 'help_post')
+      CRM_Core_DAO::getAttribute('CRM_Price_DAO_PriceField', 'help_pre')
     );
 
     // help post, mask, attributes, javascript ?