From: Jon goldberg Date: Fri, 6 Feb 2015 00:57:29 +0000 (-0500) Subject: CRM-15917 - CiviReport - fix bug number in comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1633df8c26f4f5f0d52eb3fa3a0a72aaa4f29bc7;p=civicrm-core.git CRM-15917 - CiviReport - fix bug number in comment --- 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'] = ""; }