From eb53c0d662ea7c4eefce905844903ad6ac50e741 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Wed, 7 Jul 2010 15:59:04 +0200 Subject: [PATCH] newordersuggestion would not filter by status All the suggestions would be displayed without any consideration of their status. Signed-off-by: Galen Charlton --- acqui/newordersuggestion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/newordersuggestion.pl b/acqui/newordersuggestion.pl index ba966b6620..156dab8f0b 100755 --- a/acqui/newordersuggestion.pl +++ b/acqui/newordersuggestion.pl @@ -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, -- 2.11.0