Added TNX/PSE to label
这个提交包含在:
父节点
77821a49ff
当前提交
2e1329a159
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -194,6 +194,7 @@ class Labels extends CI_Controller {
|
||||||
'mygrid' => $qso->station_gridsquare,
|
'mygrid' => $qso->station_gridsquare,
|
||||||
'sat' => $qso->COL_SAT_NAME,
|
'sat' => $qso->COL_SAT_NAME,
|
||||||
'sat_mode' => $qso->COL_SAT_MODE,
|
'sat_mode' => $qso->COL_SAT_MODE,
|
||||||
|
'qsl_recvd' => $qso->COL_QSL_RCVD
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
if (!empty($qso_data)) {
|
if (!empty($qso_data)) {
|
||||||
|
|
@ -242,6 +243,7 @@ class Labels extends CI_Controller {
|
||||||
$text .= "\n".'Satellite: '.$qso['sat'].' Mode: '.strtoupper($qso['sat_mode']);
|
$text .= "\n".'Satellite: '.$qso['sat'].' Mode: '.strtoupper($qso['sat_mode']);
|
||||||
}
|
}
|
||||||
$text .= "\nThanks for the QSO".($numofqsos>1 ? 's' : '');
|
$text .= "\nThanks for the QSO".($numofqsos>1 ? 's' : '');
|
||||||
|
$text .= " | ".($qso['qsl_recvd'] <> 'Y' ? 'TNX' : 'PSE')." QSL";
|
||||||
$pdf->Add_Label($text);
|
$pdf->Add_Label($text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用