From 599e5791b9fa26e7528e78bf7d4a6d3b5be47825 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Aug 2016 13:56:25 +0100 Subject: [PATCH] Bug 9569: Remove unused occurrence of AutoLocation `git grep ManualLocation` does not return any results Signed-off-by: Chris Cormack Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit 936b23e17a4b7d76d94be276ed1ceb9be8872299) Signed-off-by: Julian Maurice --- circ/circulation.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 50121dd7aa..3761218240 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -139,11 +139,6 @@ $findborrower =~ s|,| |g; my $branch = C4::Context->userenv->{'branch'}; -# If AutoLocation is not activated, we show the Circulation Parameters to chage settings of librarian -if (C4::Context->preference("AutoLocation") != 1) { - $template->param(ManualLocation => 1); -} - if (C4::Context->preference("DisplayClearScreenButton")) { $template->param(DisplayClearScreenButton => 1); } -- 2.39.5