Bug 9168: Software error when filtering in receipt summary (followup) origin/new/bug_9168
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Thu, 29 Nov 2012 15:40:44 +0000 (16:40 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 2 Dec 2012 14:06:17 +0000 (09:06 -0500)
Signed-off-by: Melia Meggs <melia@test.bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
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 <jcamins@cpbibliography.com>
acqui/parcel.pl

index 0e0f41b..15578a9 100755 (executable)
@@ -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),