Prepoulate active Station Location

This commit is contained in:
HB9HIL
2023-10-26 16:10:05 +02:00
parent a33a5ead0a
commit 50551441a1
3 changed files with 32 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ class SimpleFLE extends CI_Controller {
$data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select
$data['bands'] = $this->bands->get_all_bands_for_user(); // Fetching Bands for FLE
$data['active_station_profile'] = $this->stations->find_active(); // Prepopulate active Station in Station Location Selector
$data['page_title'] = "Simple Fast Log Entry";