From c2243243ae01c79c87935f3333c9915da06cadae Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Thu, 29 Nov 2012 16:40:44 +0100 Subject: [PATCH 2/2] Bug 9168: Software error when filtering in receipt summary (followup) --- 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