merge-requests/237/merge
Tag 2023-01-22 12:44:07 -08:00
rodzic a0e19669ed
commit ad7b36a260
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ function sendAlerts(callRoster, rosterSettings)
// chrbayer: what does the tx field mean? no alerts are generated (at all) if this is in place...
// if it's "not visible in the roster, don't put it in the report!"
if (callObj.tx == false) continue;
if (callRoster[entry].tx == false) continue;
var call = callObj.DEcall;
g_scriptReport[call] = Object.assign({}, callObj);