View | Details | Raw Unified | Return to bug 7767
Collapse All | Expand All

(-)a/acqui/basketgroup.pl (-1 / +1 lines)
Lines 60-66 use C4::Members qw/GetMember/; Link Here
60
60
61
my $input=new CGI;
61
my $input=new CGI;
62
62
63
my ($template, $loggedinuser, $cookie)
63
our ($template, $loggedinuser, $cookie)
64
    = get_template_and_user({template_name => "acqui/basketgroup.tmpl",
64
    = get_template_and_user({template_name => "acqui/basketgroup.tmpl",
65
			     query => $input,
65
			     query => $input,
66
			     type => "intranet",
66
			     type => "intranet",

Return to bug 7767