From 2ce2291e9414e30f3727cf3bac12e6fb8b33564d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 15 Aug 2023 21:56:47 +0200 Subject: route / checkout selection: use EVA ID if available --- templates/_checked_in.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index c46016e..7960a80 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -219,7 +219,7 @@ % elsif (not $journey->{arr_name}) {

% for my $station (@{$journey->{route_after}}) { - + <%= $station->[0] %> % if ($station->[2]{load}{SECOND}) { @@ -357,7 +357,7 @@ % } % for my $station (@{$journey->{route_after}}) { % my $is_dest = ($journey->{arr_name} and $station->[0] eq $journey->{arr_name}); - + <%= $station->[0] %> % if ($station->[2]{load}{SECOND}) { -- cgit v1.2.3