From b7568ae8de39dd249c1e3afb11ab785b88d570fe Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 19 Oct 2025 20:50:53 +0200 Subject: DB HAFAS is dead, but we can try to get wagon order etc for ÖBB checkins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Travelynx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index a56dca0..5d440dc 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -1229,7 +1229,7 @@ sub startup { # mustn't be called during a transaction if ( not $opt{in_transaction} ) { $self->run_hook( $uid, 'checkin' ); - if ( $opt{hafas} eq 'DB' and $journey->class <= 16 ) { + if ( $opt{hafas} eq 'ÖBB' and $journey->class <= 16 ) { $self->add_wagonorder( uid => $uid, train_id => $journey->id, -- cgit v1.2.3