[Koha-patches] [PATCH] Bug 8439 - Printing basketgroup does not work on plack

Dobrica Pavlinusic dpavlin at rot13.org
Mon Jul 16 12:44:18 CEST 2012


scope $input CGI object with our for plack
---
 acqui/basketgroup.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl
index 3300cea..fd49c30 100755
--- a/acqui/basketgroup.pl
+++ b/acqui/basketgroup.pl
@@ -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",
-- 
1.7.2.5



More information about the Koha-patches mailing list