flip PSE/TNX
这个提交包含在:
父节点
155b103e3a
当前提交
c4df2d77d0
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -243,7 +243,7 @@ class Labels extends CI_Controller {
|
|||
$text .= "\n".'Satellite: '.$qso['sat'].' Mode: '.strtoupper($qso['sat_mode']);
|
||||
}
|
||||
$text .= "\nThanks for the QSO".($numofqsos>1 ? 's' : '');
|
||||
$text .= " | ".($qso['qsl_recvd'] <> 'Y' ? 'TNX' : 'PSE')." QSL";
|
||||
$text .= " | ".($qso['qsl_recvd'] == 'Y' ? 'TNX' : 'PSE')." QSL";
|
||||
$pdf->Add_Label($text);
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用