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"); + } ?>