[QSL Labels] Fixed a removed variable

这个提交包含在:
Andreas 2023-06-06 17:36:30 +02:00
父节点 a8351a196e
当前提交 1e37778480
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -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);

查看文件

@ -83,7 +83,7 @@
<th>Callsign</th>
<th>Station Location</th>
<th>Gridsquare</th>
<th>Labels Waiting</th>
<th>QSOs Waiting</th>
<th>View QSOs</th>
<th>Print</th>
</tr>