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:
1669f75
)
CRM-16719: test fixes
author
Kurund Jalmi
<kurund@yahoo.com>
Mon, 24 Aug 2015 09:43:06 +0000
(15:13 +0530)
committer
Kurund Jalmi
<kurund@yahoo.com>
Mon, 24 Aug 2015 09:43:06 +0000
(15:13 +0530)
CRM/Report/Form/ActivitySummary.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/ActivitySummary.php
b/CRM/Report/Form/ActivitySummary.php
index 0f4296246b5db0dd5d1a08f71fd76108507ab963..9c2c705c6b5b206763c69ad077aa9ed141600d84 100644
(file)
--- a/
CRM/Report/Form/ActivitySummary.php
+++ b/
CRM/Report/Form/ActivitySummary.php
@@
-127,7
+127,7
@@
class CRM_Report_Form_ActivitySummary extends CRM_Report_Form {
),
'activity_type_id' => array(
'title' => ts('Activity Type'),
- 'default' =>
FALSE
,
+ 'default' =>
0
,
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => CRM_Core_PseudoConstant::activityType(TRUE, TRUE, FALSE, 'label', TRUE),
),