[Koha-patches] [PATCH 7/7] newordersuggestion would not filter by status

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Jul 7 15:59:04 CEST 2010


All the suggestions would be displayed without any consideration of their status.
---
 acqui/newordersuggestion.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acqui/newordersuggestion.pl b/acqui/newordersuggestion.pl
index ba966b6..156dab8 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,
-- 
1.7.0.4



More information about the Koha-patches mailing list