Regenerate DAO files
[civicrm-core.git] / CRM / Price / DAO / PriceFieldValue.php
index e030da529c31a21a82340c151a73bc39543c4e99..329c13e0531bafa942aaa6b36f01bf6e98a79977 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceFieldValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4556e03b68f88f9fe61520ba3aa88be7)
+ * (GenCodeChecksum:dfd666e126f31f5c1f5f9c7c47050d4f)
  */
 
 /**
@@ -211,12 +211,15 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'entity' => 'PriceFieldValue',
           'bao' => 'CRM_Price_BAO_PriceFieldValue',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => '3.3',
         ],
         'price_field_id' => [
           'name' => 'price_field_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Price Field'),
+          'title' => ts('Price Field ID'),
           'description' => ts('FK to civicrm_price_field'),
           'required' => TRUE,
           'where' => 'civicrm_price_field_value.price_field_id',
@@ -225,6 +228,9 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_PriceFieldValue',
           'localizable' => 0,
           'FKClassName' => 'CRM_Price_DAO_PriceField',
+          'html' => [
+            'label' => ts("Price Field"),
+          ],
           'add' => '3.3',
         ],
         'name' => [
@@ -388,7 +394,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
         'membership_type_id' => [
           'name' => 'membership_type_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Membership Type'),
+          'title' => ts('Membership Type ID'),
           'description' => ts('FK to Membership Type'),
           'where' => 'civicrm_price_field_value.membership_type_id',
           'default' => 'NULL',
@@ -399,6 +405,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'FKClassName' => 'CRM_Member_DAO_MembershipType',
           'html' => [
             'type' => 'Select',
+            'label' => ts("Membership Type"),
           ],
           'add' => '3.4',
         ],
@@ -450,7 +457,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
         'financial_type_id' => [
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Financial Type'),
+          'title' => ts('Financial Type ID'),
           'description' => ts('FK to Financial Type.'),
           'where' => 'civicrm_price_field_value.financial_type_id',
           'default' => 'NULL',
@@ -461,6 +468,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'FKClassName' => 'CRM_Financial_DAO_FinancialType',
           'html' => [
             'type' => 'Select',
+            'label' => ts("Financial Type"),
           ],
           'pseudoconstant' => [
             'table' => 'civicrm_financial_type',