projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72b62e
)
CRM-19536 - ensure type is defined for campaign_id
author
Jamie McClelland
<jm@mayfirst.org>
Tue, 18 Oct 2016 20:41:50 +0000
(16:41 -0400)
committer
Jamie McClelland
<jm@mayfirst.org>
Tue, 18 Oct 2016 20:41:50 +0000
(16:41 -0400)
CRM/Report/Form/Member/Lapse.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Member/Lapse.php
b/CRM/Report/Form/Member/Lapse.php
index 640f04a3853e633ffd7054f52835e89b80760a0d..3dd754a25114ce8cd25419a5b244e3f3171ac8e1 100644
(file)
--- a/
CRM/Report/Form/Member/Lapse.php
+++ b/
CRM/Report/Form/Member/Lapse.php
@@
-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,
);
}