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

(-)a/members/cancel-charge.pl (-2 / +5 lines)
Lines 25-31 use Koha::Token; Link Here
25
my $cgi = CGI->new;
25
my $cgi = CGI->new;
26
26
27
my $authnotrequired = 0;
27
my $authnotrequired = 0;
28
my $flags = { updatecharges => 'remaining_permissions' };
28
my $flags = {
29
    borrowers     => 'edit_borrowers',
30
    updatecharges => 'remaining_permissions'
31
};
32
29
my $type = 'intranet';
33
my $type = 'intranet';
30
my ($user, $cookie) = C4::Auth::checkauth($cgi, $authnotrequired, $flags, $type);
34
my ($user, $cookie) = C4::Auth::checkauth($cgi, $authnotrequired, $flags, $type);
31
35
32
- 

Return to bug 24603