From: Ian Jackson Date: Mon, 24 Aug 2009 15:38:30 +0000 (+0100) Subject: Do arbitrage in the middle X-Git-Tag: 3.4~106^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=880b063ca880504e85bbeba2e37fc8faa187947e Do arbitrage in the middle --- diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 62286eb..eadc473 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -669,9 +669,9 @@ Sail to <% $islandname |h %> <%perl> }; - $show_flows->('org',1,'Collect'); $show_total->('(Arbitrage) outlay'); - $show_flows->('dst',1,'Deliver'); $show_flows->('dst',0,'Deliver'); $show_total->('Proceeds'); + $show_flows->('org',1,'Collect'); $show_total->('(Arbitrage) outlay'); + $show_flows->('dst',1,'Deliver'); $show_total->('(Arbitrage) proceeds'); $show_flows->('org',0,'Collect'); $show_total->('Outlay'); }