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

DB HAFAS is dead, but we can try to get wagon order etc for ÖBB checkins

parent 97fab51b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,