From c8a2a06b25621a22982eb68530cf62e7309177ab Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Thu, 29 Nov 2012 16:40:44 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 9168: Software error when filtering in receipt summary (followup) Signed-off-by: Melia Meggs Signed-off-by: Katrin Fischer All tests and perlcritic pass. To test: - 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(-) diff --git a/acqui/parcel.pl b/acqui/parcel.pl index 0e0f41b..15578a9 100755 --- a/acqui/parcel.pl +++ b/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), -- 1.7.9.5