From 3bd8a035345145beaf9e1374c915feab5b42f24f Mon Sep 17 00:00:00 2001
From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com>
Date: Wed, 25 Feb 2026 08:16:05 +0100
Subject: [PATCH] Total in bold. Separate SAT column in summary
---
application/views/awards/cq/index.php | 42 +++++++++++++++++++++------
1 file changed, 33 insertions(+), 9 deletions(-)
diff --git a/application/views/awards/cq/index.php b/application/views/awards/cq/index.php
index f55bbe32e..5f42cf33e 100644
--- a/application/views/awards/cq/index.php
+++ b/application/views/awards/cq/index.php
@@ -224,32 +224,56 @@
";
- }
+ $addsat='';
+ foreach($bands as $band) {
+ if ($band != 'SAT') {
+ echo '";
- foreach($bands as $band) {
- echo ' ' . $band . ' ';
- }
- if ($posted_band != 'SAT') {
- echo "" . __("Total") . " ' . $band . ' ';
+ } else {
+ $addsat='' . $band . ' ';
+ }
+ }
+ echo '' . __("Total (ex SAT)") . ' ';
+ if (count($bands) > 1) {
+ echo '';
+ }
+ echo $addsat;
echo "