From: Vangelis Pantazis Date: Tue, 27 Apr 2021 18:09:10 +0000 (+0100) Subject: Fixes issue with state/province & country not translating values X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6e6bd87bd11dbadcf6a88e2f4fa6edbca3b14ef7;p=civicrm-core.git Fixes issue with state/province & country not translating values --- diff --git a/CRM/Report/Form/Grant/Detail.php b/CRM/Report/Form/Grant/Detail.php index e703086889..ea561a0f6f 100644 --- a/CRM/Report/Form/Grant/Detail.php +++ b/CRM/Report/Form/Grant/Detail.php @@ -245,6 +245,9 @@ HERESQL; } $entryFound = TRUE; } + + $entryFound = $this->alterDisplayAddressFields($row, $rows, $rowNum, NULL, NULL) ? TRUE : $entryFound; + if (!$entryFound) { break; }