diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-22 17:53:32 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-22 17:53:32 +0200 |
commit | 83a957533177cb42a2147a86982879f10631487e (patch) | |
tree | 08b734853d15f015a9fba29523b5a28a822925fe /templates/_checked_in.html.ep | |
parent | ecc419e6461d231e5ae8a69f37784421c0a72990 (diff) |
templates: ds100 is not present in HAFAS stations; use eva instead2.0.3
Fixes broken checkin suggestions after arriving with a HAFAS-tracked journey
Diffstat (limited to 'templates/_checked_in.html.ep')
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 7960a80..1377db4 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -201,7 +201,7 @@ % if ($journey->{arrival_countdown} < 0) { <p>Fahrt auswählen zum Einchecken mit Zielwahl.</p> % } - %= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_ds100} : undef; + %= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_eva} : undef; % } % if (my @transit_fyi = @{stash('transit_fyi') // []}) { <span class="card-title" style="margin-top: 2ex;">Nahverkehr</span> |