From c6fbeb54b45eb8b1d0c4fa35d47d7469eda90bba Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 24 Jan 2025 18:20:54 +0100 Subject: journey attributes: handle messages related to parts of the route --- bin/dbris-m | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/dbris-m b/bin/dbris-m index 994f5f4..bb6436b 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -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{}; -- cgit v1.2.3