@@ -, +, @@ circulation.pl - Run: $ git grep '$branches' circ/circulation.pl - Apply the patch - Run: $ git grep '$branches' circ/circulation.pl - Sign off :-D --- circ/circulation.pl | 2 -- 1 file changed, 2 deletions(-) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -125,8 +125,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user ( } ); -my $branches = GetBranches(); - my $force_allow_issue = $query->param('forceallow') || 0; if (!C4::Auth::haspermission( C4::Context->userenv->{id} , { circulate => 'force_checkout' } )) { $force_allow_issue = 0; --