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

(-)a/circ/circulation.pl (-3 lines)
Lines 125-132 my ( $template, $loggedinuser, $cookie ) = get_template_and_user ( Link Here
125
    }
125
    }
126
);
126
);
127
127
128
my $branches = GetBranches();
129
130
my $force_allow_issue = $query->param('forceallow') || 0;
128
my $force_allow_issue = $query->param('forceallow') || 0;
131
if (!C4::Auth::haspermission( C4::Context->userenv->{id} , { circulate => 'force_checkout' } )) {
129
if (!C4::Auth::haspermission( C4::Context->userenv->{id} , { circulate => 'force_checkout' } )) {
132
    $force_allow_issue = 0;
130
    $force_allow_issue = 0;
133
- 

Return to bug 16667