CQ and ITU zone fixes

This commit is contained in:
Andreas Kristiansen
2026-01-05 19:55:07 +01:00
parent f1efc74520
commit af1684d662
3 changed files with 8 additions and 1 deletions

View File

@@ -897,6 +897,10 @@ class Logbookadvanced_model extends CI_Model {
$updatedData['COL_ITUZ'] = $callbook['ituz'];
$updated = true;
}
if (!empty($callbook['cqz']) && empty($qso['COL_CQZ'])) {
$updatedData['COL_CQZ'] = $callbook['cqz'];
$updated = true;
}
if (empty($qso['COL_CONT'])) {
$updatedData['COL_CONT'] = $this->logbook_model->getContinent($callbook['dxcc']);
$updated = true;