From d0540e925f169d0d43452c507c1e04aab2f3d664 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 12 May 2021 10:14:51 -0400 Subject: [PATCH] ancient latin --- CRM/Price/Form/Field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/Form/Field.php b/CRM/Price/Form/Field.php index a35a79dd39..3b1170e833 100644 --- a/CRM/Price/Form/Field.php +++ b/CRM/Price/Form/Field.php @@ -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 ? -- 2.25.1