X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Froutetrade;h=1b7c8c945bb312b0c7073eb5de1e8361910cd148;hb=452812a6729674dcf2d35454aab8c2e2034288d8;hp=9cd57122d66b8fd421fd040dc00ee45abbf66422;hpb=0e1bb2af9a73112c989d90a9009d20bbe9b3a9d0;p=ypp-sc-tools.web-live.git diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 9cd5712..1b7c8c9 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -40,6 +40,7 @@ $dbh $qa $routeparams $reset_suppressions +$quri <& query_age:pageload &> @@ -735,6 +736,7 @@ Generated by YARRG at <% orgArbitrage => 0, dstArbitrage => 0, } unless $$todo; + $$todo->{'commodid'}= $f->{'commodid'}; $$todo->{'commodname'}= $f->{'commodname'}; $$todo->{'posinclass'}= ''; my $incl= $f->{'posinclass'}; @@ -822,9 +824,13 @@ END % $total += $t->{Total}; % my $span= 0 + keys %{ $t->{Stalls} }; % my $td= "td rowspan=$span"; +% my %linkqf= (%{ $qa->{'baseqf'} }, %{ $qa->{'queryqf'} }); +% $linkqf{'query'}= 'commod'; +% $linkqf{'commodstring'}= $t->{'commodname'}; +% $linkqf{'commodid'}= $t->{'commodid'}; % tr_datarow($m,$dline); <<% $td %>><% $collectdeliver %> -<<% $td %>><% $t->{'commodname'} |h %> +<<% $td %>><% $t->{'commodname'} |h %> <<% $td %>><% $t->{'posinclass'} %> % % my @stalls= sort keys %{ $t->{Stalls} };