From: Fridolyn SOMERS Date: Thu, 29 Nov 2012 15:40:44 +0000 (+0100) Subject: Bug 9168: Software error when filtering in receipt summary (followup) X-Git-Tag: v3.12.00-alpha~364^2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=a9880af35d3d803f71b300dbb1de6e9fad63270f;p=srvgit 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 Signed-off-by: Jared Camins-Esakov --- diff --git a/acqui/parcel.pl b/acqui/parcel.pl index 0e0f41bce3..15578a912f 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),