checksums not updated
[civicrm-core.git] / CRM / Contact / DAO / Contact.php
index f5836720f26f259e110b7160cda11b49d45a6a6b..18129eecc9749fd794ca12d47adae0e1162c3e09 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/Contact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:254705f91b182cf2ded06a3caf578f6e)
+ * (GenCodeChecksum:7f796d14a0de2afa9ec1d5b658ab9329)
  */
 
 /**
@@ -1216,7 +1216,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
         'gender_id' => [
           'name' => 'gender_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Gender'),
+          'title' => ts('Gender ID'),
           'description' => ts('FK to gender ID'),
           'import' => TRUE,
           'where' => 'civicrm_contact.gender_id',
@@ -1229,6 +1229,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'localizable' => 0,
           'html' => [
             'type' => 'Select',
+            'label' => ts("Gender"),
           ],
           'pseudoconstant' => [
             'optionGroupName' => 'gender',