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:
5ac295e
)
CRM-15917 - CiviReport - fix bug number in comment
author
Jon goldberg
<jon@palantetech.coop>
Fri, 6 Feb 2015 00:57:29 +0000
(19:57 -0500)
committer
Jon goldberg
<jon@palantetech.coop>
Fri, 6 Feb 2015 00:57:29 +0000
(19:57 -0500)
CRM/Report/Form/Member/Detail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Member/Detail.php
b/CRM/Report/Form/Member/Detail.php
index c5704d9d0361f9fc9765b9cc4afc60c2809ae1cd..46d32c632828448d65e6a77e39a566599621f1bd 100644
(file)
--- a/
CRM/Report/Form/Member/Detail.php
+++ b/
CRM/Report/Form/Member/Detail.php
@@
-413,7
+413,7
@@
class CRM_Report_Form_Member_Detail extends CRM_Report_Form {
in_array($colVal, $checkList[$colName])
) {
$rows[$rowNum][$colName] = "";
- // CRM-1591
8
: Don't blank the name if it's a different contact
+ // CRM-1591
7
: Don't blank the name if it's a different contact
if($colName == 'civicrm_contact_exposed_id') {
$rows[$rowNum]['civicrm_contact_sort_name'] = "";
}