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 ''; } ?>