diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-10 11:02:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-10 11:02:22 +0100 |
commit | 4806dd51e536c9b90f2643965c0a862a3baa0ea5 (patch) | |
tree | fdc25c2e93f9aff918b964ef08a481d804e81ce8 /bin | |
parent | a547b103d9f7a0f248d79acdae1c1018093dfebc (diff) |
more consistent train subtype codes; add train_model and train_desc accessors
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 9c0c0d5..e0dd4c9 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -80,7 +80,7 @@ printf( sprintf( '%s (%s)', $_->{name}, join( q{}, @{ $_->{sections} } ) ) } $wr->destinations ), - $wr->train_subtype // 'IC?', + $wr->train_desc, $wr->station_name, $wr->platform ); |