From 250d160b2efea6dacc8025f1d45f618e55781e7f Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 26 Dec 2023 21:59:03 +0100 Subject: [PATCH] remove station name --- application/views/oqrs/request_grouped.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/views/oqrs/request_grouped.php b/application/views/oqrs/request_grouped.php index b110706f..b0bd4a67 100644 --- a/application/views/oqrs/request_grouped.php +++ b/application/views/oqrs/request_grouped.php @@ -10,7 +10,6 @@ The following QSO(s) were found. Please fill out the date and time and submit yo Band Mode Callsign - Name @@ -24,7 +23,6 @@ The following QSO(s) were found. Please fill out the date and time and submit yo echo ''. $qso->col_band .''; echo ''; echo $qso->col_submode == null ? strtoupper($qso->col_mode) : strtoupper($qso->col_submode); echo ''; echo ''. $qso->station_callsign .''; - echo ''. $qso->station_profile_name .''; echo ''; } ?>