From c3efbd3acc3aeb06c69f0cfb587da3f234a35e8d Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 2 Jul 2018 11:02:51 +0530 Subject: [PATCH] core/issues#220 - State province/country doesn't show properly in the history report --- CRM/Report/Form/Contribute/History.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Report/Form/Contribute/History.php b/CRM/Report/Form/Contribute/History.php index 117ece4836..ac23fd4bfd 100644 --- a/CRM/Report/Form/Contribute/History.php +++ b/CRM/Report/Form/Contribute/History.php @@ -867,6 +867,8 @@ class CRM_Report_Form_Contribute_History extends CRM_Report_Form { $entryFound = TRUE; } + $entryFound = $this->alterDisplayAddressFields($row, $rows, $rowNum, NULL, NULL) ? TRUE : $entryFound; + } } -- 2.25.1