From 936b23e17a4b7d76d94be276ed1ceb9be8872299 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 --- circ/circulation.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 8cbd669705..5db1001c2a 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -148,11 +148,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.20.1