CRM-19536 - ensure type is defined for campaign_id
authorJamie McClelland <jm@mayfirst.org>
Tue, 18 Oct 2016 20:41:50 +0000 (16:41 -0400)
committerJamie McClelland <jm@mayfirst.org>
Tue, 18 Oct 2016 20:41:50 +0000 (16:41 -0400)
CRM/Report/Form/Member/Lapse.php

index 640f04a3853e633ffd7054f52835e89b80760a0d..3dd754a25114ce8cd25419a5b244e3f3171ac8e1 100644 (file)
@@ -190,6 +190,7 @@ class CRM_Report_Form_Member_Lapse extends CRM_Report_Form {
         'title' => ts('Campaign'),
         'operatorType' => CRM_Report_Form::OP_MULTISELECT,
         'options' => $this->activeCampaigns,
+        'type' => CRM_Utils_Type::T_INT,
       );
     }