Bug 8439 - Printing basketgroup does not work on plack
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>
This commit is contained in:
parent
cbfe374cd6
commit
a64ed6722b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue