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

(-)a/members/setstatus.pl (-2 / +1 lines)
Lines 34-40 use Koha::Patrons; Link Here
34
34
35
my $input = CGI->new;
35
my $input = CGI->new;
36
36
37
my ( $loggedinuserid ) = checkauth($input, 0, { borrowers => 'edit_borrowers' }, 'intranet');
37
my ( $loggedinuserid, $cookie ) = checkauth($input, 0, { borrowers => 'edit_borrowers' }, 'intranet');
38
38
39
my $destination = $input->param("destination") || '';
39
my $destination = $input->param("destination") || '';
40
my $borrowernumber=$input->param('borrowernumber');
40
my $borrowernumber=$input->param('borrowernumber');
41
- 

Return to bug 22990