typefout
This commit is contained in:
parent
f8b36ba710
commit
71c7c1d3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue