chiark / gitweb /
Reverse alternating colours in route plan
[ypp-sc-tools.main.git] / yarrg / web / routetrade
index cb7550e5e127f1a8e7a1623d8861b80144507d2b..482c13a3e9969e98e51afab2e8a8878be03bfeb3 100644 (file)
@@ -643,7 +643,7 @@ $addcols->({ Total => 0, DoReverse => 1 }, qw(
      }
 
      my $total;
-     my $dline= 0;
+     my $dline= 1;
      my $show_flows= sub {
        my ($od,$arbitrage,$collectdeliver) = @_;
 </%perl>
@@ -699,7 +699,7 @@ $addcols->({ Total => 0, DoReverse => 1 }, qw(
 %              $total_total += $sign * $total;
 %      }
 %      $total= undef;
-%      $dline= 0;
+%      $dline= 1;
 <%perl>
      };