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

journey attributes: handle messages related to parts of the route

parent fb5c3b48
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -356,7 +356,12 @@ elsif ( $opt{journey} ) {
		say q{};
	}
	for my $attr ( $trip->attributes ) {
		say $attr->{value};
		say $attr->{value}
		  . (
			$attr->{teilstreckenHinweis}
			? q { } . $attr->{teilstreckenHinweis}
			: q{}
		  );
	}
	if ( $trip->messages ) {
		say q{};