Hide total if Band = SAT

This commit is contained in:
Andreas Kristiansen
2026-02-24 22:13:30 +01:00
parent c0e97984ed
commit e491772589
2 changed files with 16 additions and 6 deletions

View File

@@ -695,6 +695,8 @@ class Awards extends CI_Controller {
$postdata['dateto'] = null;
}
$data['posted_band'] = $postdata['band'];
if ($logbooks_locations_array) {
$location_list = "'".implode("','",$logbooks_locations_array)."'";
$cq_result = $this->cq->get_cq_array($bands, $postdata, $location_list);