Unverified Commit 76afdec3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa-m: show_stopseq: handle stops with no platform data

parent c39c7869
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -387,8 +387,8 @@ sub show_stopseq {
			),
			$stop->occupancy ? format_occupancy( $stop->occupancy ) : q{},
			$stop->full_name,
			$stop->niveau,
			$stop->platform
			$stop->niveau   // q{?},
			$stop->platform // q{}
		);
	}
}