Bug 8439 - Printing basketgroup does not work on plack
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 16 Jul 2012 10:43:24 +0000 (12:43 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 24 Jul 2012 08:55:43 +0000 (10:55 +0200)
scope $input CGI object with our for plack

Signed-off-by: Mirko Tietgen <5p4m@gmx.de>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>

acqui/basketgroup.pl

index 3300cea..fd49c30 100755 (executable)
@@ -58,7 +58,7 @@ use C4::Bookseller qw/GetBookSellerFromId/;
 use C4::Branch qw/GetBranches/;
 use C4::Members qw/GetMember/;
 
-my $input=new CGI;
+our $input=new CGI;
 
 our ($template, $loggedinuser, $cookie)
     = get_template_and_user({template_name => "acqui/basketgroup.tmpl",