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

HAFAS: another edge case

Der echte Norden!
parent 3ea86a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ sub get_tripid_p {
	if ( $train->type eq 'ECE' ) {
		$train_desc = 'EC ' . $train->train_no;
	}
	if ( $train->type eq 'OE' ) {
	elsif ( $train->type =~ m{ ^ NBE | OE }x ) {
		$train_desc = $train->train_no;
	}
	elsif ( grep { $_ eq 'S' } $train->classes ) {