This commit is contained in:
Luc Vandenbroucke 2022-03-24 10:39:57 +01:00
parent f8b36ba710
commit 71c7c1d3bc

View file

@ -102,7 +102,7 @@ namespace eDosStation
if (int.TryParse(ep.WearerID, out EpdVisitID) && EpdVisitID % 100 != thisStation.ID_Station)
{
endWithMessage($"This EPD was issued on antother station {EpdVisitID % 100}");
endWithMessage($"This EPD was issued on another station (ID:{EpdVisitID % 100})");
}
//bool NoTimeout = false;