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:
263a2d6
)
CRM-20013 Localization for participant status on Event Income Report (Summary)
author
francescbassas
<francesc@babu.cat>
Mon, 13 Feb 2017 15:16:42 +0000
(16:16 +0100)
committer
GitHub
<noreply@github.com>
Mon, 13 Feb 2017 15:16:42 +0000
(16:16 +0100)
CRM/Report/Form/Event/Summary.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Event/Summary.php
b/CRM/Report/Form/Event/Summary.php
index 9254f8bdcaab1c633d08f546680955819765600a..e4c8572103b27cbc15e7bd8fa2997abd10f960c7 100644
(file)
--- a/
CRM/Report/Form/Event/Summary.php
+++ b/
CRM/Report/Form/Event/Summary.php
@@
-262,8
+262,8
@@
class CRM_Report_Form_Event_Summary extends CRM_Report_Form_Event {
}
}
- $statusType1 = CRM_Event_PseudoConstant::participantStatus(NULL, 'is_counted = 1');
- $statusType2 = CRM_Event_PseudoConstant::participantStatus(NULL, 'is_counted = 0');
+ $statusType1 = CRM_Event_PseudoConstant::participantStatus(NULL, 'is_counted = 1'
, 'label'
);
+ $statusType2 = CRM_Event_PseudoConstant::participantStatus(NULL, 'is_counted = 0'
, 'label'
);
//make column header for participant status Registered/Attended
$type1_header = implode('/', $statusType1);