X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fweb%2Fquery_commod;h=574f373f4ce2bec0b0a61d0d4e702246374aae63;hp=5db6330c6cb2df4999c7c4bac682a301745be79d;hb=ace8b7e1933e7da5e615a837cd47aeea1a4a23a2;hpb=703efc8c2d4862002c9f087bf66101fda56bfe67 diff --git a/yarrg/web/query_commod b/yarrg/web/query_commod index 5db6330..574f373 100644 --- a/yarrg/web/query_commod +++ b/yarrg/web/query_commod @@ -170,11 +170,11 @@ foreach my $bs (split /_/, $ARGS{BuySell}) { <% $s->[0]= $island->{'archipelago'} |h %> <% $s->[1]= $island->{'islandname'} |h %> <% $stallname |h %> - <% $s->[3]= (length $bestqty ? $bestprice : '-') %> - <% $s->[4]= $median %> - <% $s->[5]= $bestqty %> - <% $s->[6]= $approxqty %> - <% $s->[7]= $cqty %> + <% $s->[3]= (length $bestqty ? $bestprice : '-') %> + <% $s->[4]= $median %> + <% $s->[5]= $bestqty %> + <% $s->[6]= $approxqty %> + <% $s->[7]= $cqty %> % for my $cix (0..$#$s) { % $ts_sortkeys{$cix}{$rowid}= $s->[$cix];