diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 257f2456a..9b24be9cf 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -611,7 +611,7 @@ class Lotw extends CI_Controller { $table .= "".$record['qsl_rcvd'].""; $table .= "".$qsl_date.""; $table .= "".$state.""; - $table .= "".($qsl_gridsquare != '' ? $qsl_gridsquare : $qsl_vucc_grids).""; + $table .= "".(($qsl_gridsquare != '' ? $qsl_gridsquare : ($record['gridsquare'] ?? '')) ?? $qsl_vucc_grids).""; $table .= "".$iota.""; $table .= "QSO Record: ".$status[0].""; $table .= "LoTW Record: ".$lotw_status."";