From 0189f2f95c2c181c1b38e40272b554889e2c6e81 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 16 Jul 2012 12:43:24 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 8439 - Printing basketgroup does not work on plack Content-Type: text/plain; charset="utf-8" scope $input CGI object with our for plack Signed-off-by: Mirko Tietgen <5p4m@gmx.de> --- 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