X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fnewordersuggestion.pl;h=156dab8f0b56a18eeef4483b5cc97f7e83f6a212;hb=84d7a0e3ef830a0b55ca2685ea163a068f2d5979;hp=4697800f75b4c1f624966198a3f91f5025a64e7b;hpb=8ad2c7d7acc3cb0033426bd78928214a22ad9dd1;p=koha_gimpoz diff --git a/acqui/newordersuggestion.pl b/acqui/newordersuggestion.pl index 4697800f75..156dab8f0b 100755 --- a/acqui/newordersuggestion.pl +++ b/acqui/newordersuggestion.pl @@ -87,6 +87,7 @@ can be equal to =cut use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; # get_template_and_user @@ -132,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,