Unverified Commit 027b9433 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

EFA trip details: show real-time data

parent aa9783f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1291,6 +1291,8 @@ sub train_details_efa {
						sched_dep => $stop->sched_dep,
						rt_arr    => $stop->rt_arr,
						rt_dep    => $stop->rt_dep,
						arr_delay => $stop->arr_delay,
						dep_delay => $stop->dep_delay,
						platform  => $stop->platform,
					}
				);