Merge pull request #14716 from eileenmcnaughton/db
[civicrm-core.git] / CRM / Contribute / DAO / Contribution.php
index b628edef8cc62bb2e23c8986612da24f01f01951..26ca0b9b93c47679de856984b92b0f5da57ae3dc 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/Contribution.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7a81b495b5661ae881321938d4ee38c9)
+ * (GenCodeChecksum:0972c177daa2ee48c98658f62c0f8ade)
  */
 
 /**
@@ -552,10 +552,10 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
             'nameColumn' => 'name',
           ],
         ],
-        'cancel_date' => [
+        'contribution_cancel_date' => [
           'name' => 'cancel_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
-          'title' => ts('Cancel Date'),
+          'title' => ts('Cancelled / Refunded Date'),
           'description' => ts('when was gift cancelled'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.cancel_date',