[REF] dev/core#561 Convert Contribution Date field and contribution cancel date field...
[civicrm-core.git] / CRM / Report / Form / Contribute / DeferredRevenue.php
index 321c5378e3bce0e5effb19a7aa9d72a2ad84ff31..75718bb1373b7914710f917da910d35ba241e0c5 100644 (file)
@@ -95,6 +95,7 @@ class CRM_Report_Form_Contribute_DeferredRevenue extends CRM_Report_Form {
             'type' => CRM_Utils_Type::T_DATE,
           ],
           'cancel_date' => [
+            'name' => 'contribution_cancel_date',
             'title' => ts('Cancel Date'),
             'type' => CRM_Utils_Type::T_DATE,
           ],
@@ -113,6 +114,7 @@ class CRM_Report_Form_Contribute_DeferredRevenue extends CRM_Report_Form {
             'title' => ts('Cancel Date'),
             'operatorType' => CRM_Report_Form::OP_DATE,
             'type' => CRM_Utils_Type::T_DATE,
+            'name' => 'contribution_cancel_date',
           ],
           'revenue_recognition_date' => [
             'title' => ts('Revenue Recognition Date'),