@@ -, +, @@ --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/basketgroup.pl +++ a/acqui/basketgroup.pl @@ -60,7 +60,7 @@ use Koha::Acquisition::BasketGroups; use Koha::ItemTypes; use Koha::Patrons; -my $input = new CGI; +our $input = new CGI; our ($template, $loggedinuser, $cookie) = get_template_and_user({ template_name => "acqui/basketgroup.tt", --