From 17d31d054b0dbd4c91a11916cac18611b6607cd1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 28 Jul 2016 12:58:30 +0100 Subject: [PATCH] [PASSED QA] 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 --- circ/circulation.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index ed00e2d..eddd996 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'}, -- 1.9.1