mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Hide total if Band = SAT
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user