chiark / gitweb /
Reverse colours of all stripey tables to have dark (different) first
[ypp-sc-tools.web-live.git] / yarrg / web / routetrade
index 7f7d27f45d26d51a25c20b42ff66003e60d6848a..5db4c5852ec7716e7fa65f6972cb03330eb62f51 100644 (file)
@@ -643,7 +643,7 @@ $addcols->({ Total => 0, DoReverse => 1 }, qw(
      }
 
      my $total;
-     my $dline= 1;
+     my $dline= 0;
      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= 1;
+%      $dline= 0;
 <%perl>
      };