Bugfix for dxcc_lookup in logbook_model

pull/1519/head
Andreas 2022-07-03 14:38:01 +02:00
rodzic df7d80b537
commit 118d652f8c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2245,7 +2245,7 @@ class Logbook_model extends CI_Model {
public function dxcc_lookup($call, $date){
$dxcc_exceptions = $this->db->select('`entity`, `adif`, `cqz`')
$dxcc_exceptions = $this->db->select('*')
->where('call', $call)
->where('(start <= CURDATE()')
->or_where('start is null', NULL, false)