Skip to content

Commit

Permalink
Remove e-notice causing clause.
Browse files Browse the repository at this point in the history
I'm pretty convinced that this would never be true - although it WOULD be true [] would have the case fields. We are calling queryFields both with case enabled & disabled which is the only thing changing it's output
  • Loading branch information
eileenmcnaughton committed Jul 19, 2018
1 parent 41e7874 commit da6faba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CRM/Export/BAO/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -1729,9 +1729,6 @@ public static function setHeaderRows($field, $headerRows, $sqlColumns, $processo
elseif ($field == 'provider_id') {
$headerRows[] = ts('IM Service Provider');
}
elseif (substr($field, 0, 5) == 'case_' && $queryFields['case'][$field]['title']) {
$headerRows[] = $queryFields['case'][$field]['title'];
}
elseif (array_key_exists($field, self::$relationshipTypes)) {
foreach ($value as $relationField => $relationValue) {
// below block is same as primary block (duplicate)
Expand Down

0 comments on commit da6faba

Please sign in to comment.