diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index 5fd401f3f..f0a284fdc 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -49,6 +49,14 @@ } else { $qrzr=__("Realtime"); } + $hrdr=($loc->hrdlogrealtime ?? -1); + if ($hrdr == -1) { + $hrdr=__("Disabled"); + } else if ($hrdr == 0) { + $hrdr=__("No"); + } else { + $hrdr=__("Yes"); + } ?> station_id; ?> @@ -87,7 +95,7 @@ webadifrealtime ? 'Yes' : 'No' ?> clublogrealtime ? 'Yes' : 'No' ?> clublogignore ? 'Yes' : 'No' ?> - hrdlogrealtime ? 'Yes' : 'No' ?> + hrdlog_username; ?> creation_date; ?> last_modified; ?>