From 216b8437d0d7fef019e0bf00a0bb69eec554c4b2 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:26:49 +0100 Subject: [PATCH] Remove W if you choose to only show confirmed --- application/models/Wae.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/models/Wae.php b/application/models/Wae.php index 8bdb592bc..71416f20b 100644 --- a/application/models/Wae.php +++ b/application/models/Wae.php @@ -167,7 +167,9 @@ class WAE extends CI_Model { $summary['confirmed'][$wae->col_band]++; } } else { - $dxccMatrix[$entityKey][$wae->col_band] = '
col_band . '","'. $postdata['sat'] . '","'. $postdata['orbit'] . '","'. $postdata['mode'] . '","WAE", "", "'.$postdata['dateFrom'].'", "'.$postdata['dateTo'].'")\'>W
'; + if ($postdata['worked'] != NULL) { + $dxccMatrix[$entityKey][$wae->col_band] = '
col_band . '","'. $postdata['sat'] . '","'. $postdata['orbit'] . '","'. $postdata['mode'] . '","WAE", "", "'.$postdata['dateFrom'].'", "'.$postdata['dateTo'].'")\'>W
'; + } } // Track worked entities for summary