From 5995bd77a630521c360735b22c8573717515e62a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 28 Jul 2016 12:58:30 +0100 Subject: [PATCH] Bug 17020: Do no pass findborrower to the template Indeed, it's not used! Test plan: git grep '\[% findborrower' should not return any result. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- circ/circulation.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index ed00e2d9b6..eddd996c2b 100755 --- a/circ/circulation.pl +++ b/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'}, -- 2.39.2