diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-10 18:27:37 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-10 18:27:37 +0200 |
commit | cbdb7037cbf6c47add9f8e901673811cca5c483e (patch) | |
tree | b3ca2f0ca946208ee882d4d64133b7213492399a /bin | |
parent | b88c154c174928ccb7b04e124cd77e7bb3421020 (diff) |
dbwagenreihung: use group train type rather than global one
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-wagenreihung | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index d961109..33bfe7c 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -160,7 +160,7 @@ for my $group ( $wr->groups ) { say $group->description || 'Zug'; } printf( "%s %s → %s\n\n", - $wr->train_type, $group->train_no, $group->destination ); + $group->train_type, $group->train_no, $group->destination ); for my $wagon ( $group->carriages ) { printf( |