Commit 76392019 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Show cancelled stops in HAFAS-only train details view

parent 18e06ad1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -392,6 +392,9 @@ sub get_route_timestamps_p {
					{
						$ret->{$name}{rt_bogus} = 1;
					}
					if ( $delay->{ddelay} and $delay->{ddelay} eq 'cancel' ) {
						$ret->{$name}{isCancelled} = 1;
					}
				}
			}