@@ -, +, @@ git grep '\[% findborrower' --- circ/circulation.pl | 1 - 1 file changed, 1 deletion(-) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -624,7 +624,6 @@ if ($restoreduedatespec || $stickyduedate) { $template->param( librarian_messages => $librarian_messages, patron_messages => $patron_messages, - findborrower => $findborrower, borrower => $borrower, borrowernumber => $borrowernumber, categoryname => $borrower->{'description'}, --