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

dbris-m: show train no

parent 688e89a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -387,7 +387,8 @@ elsif ( $opt{journey} ) {
		}
	}

	printf( "%s am %s\n\n", $trip->train, $trip->day->strftime('%d.%m.%Y') );
	printf( "%s %s am %s\n\n",
		$trip->train, $trip->train_no, $trip->day->strftime('%d.%m.%Y') );

	for my $stop ( $trip->route ) {
		if ( $stop == $mark_stop ) {