newordersuggestion would not filter by status
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 7 Jul 2010 13:59:04 +0000 (15:59 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 7 Jul 2010 16:42:01 +0000 (12:42 -0400)
All the suggestions would be displayed without any consideration of their status.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
acqui/newordersuggestion.pl

index ba966b6..156dab8 100755 (executable)
@@ -133,7 +133,7 @@ my $suggestions_loop =
                 author                 => $author, 
                 title                  => $title, 
                 publishercode  => $publishercode,
-                status             => 'ACCEPTED'});
+                STATUS        => 'ACCEPTED'});
 my $vendor = GetBookSellerFromId($supplierid);
 $template->param(
     suggestions_loop        => $suggestions_loop,