CRM-18060 fix campaign e-notice on lybunt
authoreileen <emcnaughton@wikimedia.org>
Wed, 3 Aug 2016 00:34:04 +0000 (12:34 +1200)
committereileen <emcnaughton@wikimedia.org>
Wed, 3 Aug 2016 00:34:04 +0000 (12:34 +1200)
CRM/Report/Form/Contribute/Lybunt.php

index 3742669d164430e0d1d2e7d30e213e775b7840fe..c17bc0b8160b030efdf3b9128e6e89875cd12d58 100644 (file)
@@ -252,11 +252,13 @@ class CRM_Report_Form_Contribute_Lybunt extends CRM_Report_Form {
       $this->_columns['civicrm_contribution']['fields']['campaign_id'] = array(
         'title' => ts('Campaign'),
         'default' => 'false',
+        'type' => CRM_Utils_Type::T_INT,
       );
       $this->_columns['civicrm_contribution']['filters']['campaign_id'] = array(
         'title' => ts('Campaign'),
         'operatorType' => CRM_Report_Form::OP_MULTISELECT,
         'options' => $this->activeCampaigns,
+        'type' => CRM_Utils_Type::T_INT,
       );
     }