Fixes issue with state/province & country not translating values
authorVangelis Pantazis <v.pantazis@ixiam.com>
Tue, 27 Apr 2021 18:09:10 +0000 (19:09 +0100)
committerVangelis Pantazis <v.pantazis@ixiam.com>
Tue, 27 Apr 2021 18:09:10 +0000 (19:09 +0100)
CRM/Report/Form/Grant/Detail.php

index e70308688989a97b5c5adf682f50199556ce0b17..ea561a0f6f13c60e9095329daf14663903406fad 100644 (file)
@@ -245,6 +245,9 @@ HERESQL;
         }
         $entryFound = TRUE;
       }
+
+      $entryFound = $this->alterDisplayAddressFields($row, $rows, $rowNum, NULL, NULL) ? TRUE : $entryFound;
+
       if (!$entryFound) {
         break;
       }