merge-requests/175/head
Sebastian Delmont 2022-07-01 18:30:50 -04:00
rodzic 434cb2dcfb
commit 1a16503347
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -50,8 +50,10 @@ function processRosterFiltering(callRoster, rosterSettings)
entry.tx = true;
if (callObj.pota == null)
{
callObj.pota.reference = "?-????";
callObj.pota.name = "Unknown Park";
callObj.pota = {
reference: "?-????",
name: "Unknown Park"
}
}
continue;
}