testing removing sat numbers from 2/70 numbers

This commit is contained in:
Peter Goodhall
2020-03-16 15:27:34 +00:00
parent c1d2bd5e2f
commit 8088140669

View File

@@ -197,7 +197,7 @@ class VUCC extends CI_Model
$station_id = $this->get_station_id();
$sql = "select distinct upper(substring(col_gridsquare, 1, 4)) gridsquare
from " . $this->config->item('table_name') .
" where station_id =" . $station_id .
" where col_prop_mode != 'SAT' AND station_id =" . $station_id .
" and (LENGTH(col_gridsquare) > 0)";
if ($confirmationMethod == 'both') {