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

recent journeys: use hafas=DB as well

parent 38f537bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -827,7 +827,7 @@ sub get_latest_checkout_stations {
			{
				name  => $row->{arr_name},
				eva   => $row->{arr_eva},
				hafas => ( $row->{train_id} =~ m{[|]} ? 1 : 0 ),
				hafas => ( $row->{train_id} =~ m{[|]} ? 'DB' : 0 ),
			}
		);
	}