From 0128213a6dede955a6465ea9fca6cb45f72a6bf4 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 16 Sep 2019 11:08:29 +0530 Subject: [PATCH] CRM-21677 - report clean up for employer report --- CRM/Report/Form/Contact/CurrentEmployer.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CRM/Report/Form/Contact/CurrentEmployer.php b/CRM/Report/Form/Contact/CurrentEmployer.php index b1780c73c9..49f122b44e 100644 --- a/CRM/Report/Form/Contact/CurrentEmployer.php +++ b/CRM/Report/Form/Contact/CurrentEmployer.php @@ -361,14 +361,6 @@ FROM civicrm_contact {$this->_aliases['civicrm_contact']} // Handle ID to label conversion for contact fields $entryFound = $this->alterDisplayContactFields($row, $rows, $rowNum, 'contact/currentEmployer', 'View Contact Detail') ? TRUE : $entryFound; $entryFound = $this->alterDisplayAddressFields($row, $rows, $rowNum, NULL, NULL) ? TRUE : $entryFound; - // display birthday in the configured custom format - if (array_key_exists('civicrm_contact_birth_date', $row)) { - $birthDate = $row['civicrm_contact_birth_date']; - if ($birthDate) { - $rows[$rowNum]['civicrm_contact_birth_date'] = CRM_Utils_Date::customFormat($birthDate, '%Y%m%d'); - } - $entryFound = TRUE; - } // convert employee name to links if (array_key_exists('civicrm_contact_sort_name', $row) && -- 2.25.1