From f95ab9d4da3aa861d28ab92fc35d060e714df6a2 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 6 Feb 2019 11:22:03 +1300 Subject: [PATCH] Re-run gencode for fix on PriceField DAO --- CRM/Price/DAO/PriceFieldValue.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Price/DAO/PriceFieldValue.php b/CRM/Price/DAO/PriceFieldValue.php index 3f0b298a64..d6ba96ec79 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 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO { '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', -- 2.25.1