From 43f64c786591f5a7dfdade75f890fecdf8d73182 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 5 Mar 2024 13:14:23 +0100 Subject: [PATCH] List multiple POTA refs separately in awards section --- application/views/awards/pota/index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/application/views/awards/pota/index.php b/application/views/awards/pota/index.php index 6c56aa4a3..53dceedc6 100644 --- a/application/views/awards/pota/index.php +++ b/application/views/awards/pota/index.php @@ -42,10 +42,12 @@ num_rows() > 0) { foreach ($pota_all->result() as $row) { + $references = explode(',', $row->COL_POTA_REF); + foreach ($references as $reference) { ?> - COL_POTA_REF; ?> + COL_TIME_ON); echo date($custom_date_format, $timestamp); ?> COL_TIME_ON); echo date('H:i', $timestamp); ?> COL_CALL; ?> @@ -54,7 +56,8 @@ COL_RST_RCVD; ?>