From a82c64a7ec504de92a7fb69282fb8ef27a56dd67 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 5995bd77a630521c360735b22c8573717515e62a) Signed-off-by: Frédéric Demians --- circ/circulation.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 67d7e45f6e..38e2c49320 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.5