View | Details | Raw Unified | Return to bug 15049
Collapse All | Expand All

(-)a/acqui/acqui-home.pl (-1 / +1 lines)
Lines 127-132 $template->param( Link Here
127
    totordered_active   => $totordered_active,
127
    totordered_active   => $totordered_active,
128
    totavail_active     => $totavail_active,
128
    totavail_active     => $totavail_active,
129
    suggestions_count   => $suggestions_count,
129
    suggestions_count   => $suggestions_count,
130
    currency      => GetCurrency(),
130
);
131
);
131
132
132
output_html_with_http_headers $query, $cookie, $template->output;
133
output_html_with_http_headers $query, $cookie, $template->output;
133
- 

Return to bug 15049