tweak no-specific-seat

This commit is contained in:
eta 2023-01-27 13:12:07 +00:00
parent f4489c1fe4
commit 5549b4b4d3

View File

@ -193,7 +193,7 @@ function onload() {
out += "<br/>";
}
out += "<i>Train " + resv.retail_service_id + "</i></br>";
if (resv.coach == "*") {
if (resv.coach == "*" || (resv.seat_number == 0 && resv.coach == " ")) {
out += "No specific seat";
}
else {