summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-12-23 16:57:25 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-12-23 16:57:25 +0100
commitb070290bfd7999b43a094fcaaf9feb32a0d870cd (patch)
tree0864525e2c20ad60380df378251afc2e53690480 /lib/DBInfoscreen
parentf6a19ee49e34987a90aa704c43ef16f44b0d744f (diff)
wagon order: distinguish between requested train and wings, show dest sections
Diffstat (limited to 'lib/DBInfoscreen')
-rw-r--r--lib/DBInfoscreen/Controller/Wagenreihung.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm
index 99c6bce..8816dda 100644
--- a/lib/DBInfoscreen/Controller/Wagenreihung.pm
+++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm
@@ -32,6 +32,7 @@ sub wagenreihung {
'wagenreihung',
title =>
join( ' / ', map { $wr->train_type . ' ' . $_ } $wr->train_numbers ),
+ train_no => $train,
wr => $wr,
hide_opts => 1,
);