diff --git a/application/controllers/Labels.php b/application/controllers/Labels.php index da5698e4..b161713b 100644 --- a/application/controllers/Labels.php +++ b/application/controllers/Labels.php @@ -130,7 +130,7 @@ class Labels extends CI_Controller { $pdf->AddPage(); if ($result->num_rows() > 0) { - if ($numberofqsos == 1) { + if ($label->qsos == 1) { $this->makeOneQsoLabel($result->result(), $pdf); } else { $this->makeMultiQsoLabel($result->result(), $pdf, $label->qsos); diff --git a/application/views/labels/index.php b/application/views/labels/index.php index 3cb8c77b..0b99b4b0 100644 --- a/application/views/labels/index.php +++ b/application/views/labels/index.php @@ -83,7 +83,7 @@ Callsign Station Location Gridsquare - Labels Waiting + QSOs Waiting View QSOs Print