Only show grid update if callbook is defined

This commit is contained in:
Andreas Kristiansen
2025-12-25 22:52:44 +01:00
parent 42e63e1a16
commit 8e1be2710e

View File

@@ -89,7 +89,7 @@
</button>
</div>
</div>
<?php if ($this->config->item('callbook_batch_lookup') ?? true): ?>
<?php if (($this->config->item('callbook_batch_lookup') ?? true) && $this->config->item('callbook')): ?>
<div class="list-group-item d-flex justify-content-between align-items-center">
<div>
<h6 class="mb-1"><?= __("Lookup QSOs with missing grid in callbook") ?></h6>