Take care of max-lbl-count

pull/2335/head
int2001 2023-07-28 06:49:50 +00:00
rodzic 4752b70649
commit 71d861f8b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DFB1C13CD2DB037B
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
}