diff --git a/CRM/Price/DAO/PriceFieldValue.php b/CRM/Price/DAO/PriceFieldValue.php index 3f0b298a641a..d6ba96ec79f2 100644 --- a/CRM/Price/DAO/PriceFieldValue.php +++ b/CRM/Price/DAO/PriceFieldValue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceFieldValue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:fab6fa9814f0f984add020b2f1c58b18) + * (GenCodeChecksum:a3de204f039daa85984316fae2c60975) */ /** @@ -57,7 +57,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { public $label; /** - * >Price field option description. + * Price field option description. * * @var text */ @@ -244,7 +244,7 @@ public static function &fields() { 'name' => 'description', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Description'), - 'description' => ts('>Price field option description.'), + 'description' => ts('Price field option description.'), 'rows' => 2, 'cols' => 60, 'default' => 'NULL',