Take care of max-lbl-count

这个提交包含在:
int2001 2023-07-28 06:49:50 +00:00
父节点 4752b70649
当前提交 71d861f8b7
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -228,7 +228,7 @@ class Labels extends CI_Controller {
$count_qso++;
if($count_qso == $qso_per_label){
generateLabel($pdf, $current_callsign, $tableData,$count_qso,$qso);
$this->generateLabel($pdf, $current_callsign, $tableData,$count_qso,$qso);
$tableData = []; // reset the data
$count_qso = 0; // reset the counter
}