From 29d2656c1f2e9b732eaa6b5cb100585cd68bea56 Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 8 Feb 2021 13:42:25 +0100 Subject: [PATCH] [US Counties] Added state in detail view --- application/views/awards/counties/details.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/views/awards/counties/details.php b/application/views/awards/counties/details.php index f313456c..48fe99fe 100644 --- a/application/views/awards/counties/details.php +++ b/application/views/awards/counties/details.php @@ -9,6 +9,7 @@ # + State County @@ -16,6 +17,7 @@ foreach ($counties_array as $county) { echo ' '. $i++ .' + '. $county['COL_STATE'] .' '. $county['COL_CNTY'] .''; echo ''; }