Set version to 5.20.beta1
[civicrm-core.git] / CRM / Price / DAO / PriceSet.php
index 1384fad77cb0cf0028dc9d0327e1c814aee2d681..a4b704dd7a1a083d01df480cbf22b32a907826b2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceSet.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8349105b7c9354cccdf8dac30d9ffd8a)
+ * (GenCodeChecksum:2465848603f66c170842a63e347ab3e7)
  */
 
 /**
@@ -154,7 +154,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
         'id' => [
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Price Set ID'),
+          'title' => ts('Price Set'),
           'description' => ts('Price Set'),
           'required' => TRUE,
           'where' => 'civicrm_price_set.id',
@@ -162,6 +162,9 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'entity' => 'PriceSet',
           'bao' => 'CRM_Price_BAO_PriceSet',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Select',
+          ],
         ],
         'domain_id' => [
           'name' => 'domain_id',