From: monishdeb Date: Wed, 17 Sep 2014 11:26:47 +0000 (+0530) Subject: CRM-15323 fix - On log mode case type info is not present against its case X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1b2563adc71cf688edbd50a55ac9baf28605f539;p=civicrm-core.git CRM-15323 fix - On log mode case type info is not present against its case https://issues.civicrm.org/jira/browse/CRM-15323 --- diff --git a/CRM/Logging/ReportSummary.php b/CRM/Logging/ReportSummary.php index b8dd138b67..0e1a381254 100644 --- a/CRM/Logging/ReportSummary.php +++ b/CRM/Logging/ReportSummary.php @@ -381,11 +381,6 @@ SELECT {$this->_logTables[$entity]['bracket_info']['entity_column']} $entityID = $id; } - // since case_type_id is a varchar field with separator - if ($entity == 'log_civicrm_case') { - $entityID = explode(CRM_Case_BAO_Case::VALUE_SEPARATOR, $entityID); - $entityID = CRM_Utils_Array::value(1, $entityID); - } if ($entityID && $logDate && array_key_exists('table', $this->_logTables[$entity]['bracket_info'])) { $sql = "