@@ -, +, @@ receipt summary (followup) - Use filters on the 'order receive' page (don't confuse with invoices - filters are similar) - Verify that without patch filters are not functional - Verify that with patch applied filters work correctly --- acqui/parcel.pl | 1 - 1 file changed, 1 deletion(-) --- a/acqui/parcel.pl +++ a/acqui/parcel.pl @@ -333,7 +333,6 @@ $template->param( booksellerid => $bookseller->{id}, countreceived => $countlines, loop_received => \@loop_received, - booksellerid => $booksellerid, loop_orders => \@loop_orders, book_foot_loop => \@book_foot_loop, totalprice => sprintf($cfstr, $totalprice), --