From 1633df8c26f4f5f0d52eb3fa3a0a72aaa4f29bc7 Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Thu, 5 Feb 2015 19:57:29 -0500 Subject: [PATCH] CRM-15917 - CiviReport - fix bug number in comment --- CRM/Report/Form/Member/Detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Member/Detail.php b/CRM/Report/Form/Member/Detail.php index c5704d9d03..46d32c6328 100644 --- 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-15918: Don't blank the name if it's a different contact + // CRM-15917: Don't blank the name if it's a different contact if($colName == 'civicrm_contact_exposed_id') { $rows[$rowNum]['civicrm_contact_sort_name'] = ""; } -- 2.25.1