summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-12-23 17:01:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-12-23 17:01:21 +0100
commit1438139a2857a15deb0e77249b3e8a1f12d809c5 (patch)
treed84319dc7337b5ea0a3fff630748f863f8053256
parentb070290bfd7999b43a094fcaaf9feb32a0d870cd (diff)
wagon order: support wings with same destination, but different route2.3.18
-rw-r--r--templates/wagenreihung.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep
index 85557a1..2167204 100644
--- a/templates/wagenreihung.html.ep
+++ b/templates/wagenreihung.html.ep
@@ -69,7 +69,7 @@
% if ($wagon->is_locomotive or $wagon->is_powercar) {
% $bg = 'background-color: #cccccc;';
% }
-% if ($has_multi_dest and $wagon->train_no ne $train_no) {
+% if ($wagon->train_no ne $train_no) {
% $extra_class .= ' nondestwagon';
% }
<div class="wagon <%= $extra_class %>" style="