show total instance qso in debug

This commit is contained in:
HB9HIL
2024-04-21 10:52:30 +02:00
parent d6161d1639
commit 78e28071b7
4 changed files with 21 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ class Debug extends CI_Controller
$footerData['scripts'] = ['assets/js/sections/debug.js'];
$data['stations'] = $this->Stations->all();
$data['qso_total'] = $this->Logbook_model->count_all_qso();
$data['qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
if ($data['qsos_with_no_station_id']) {