From b00d4dc2e01f9a1f9f28f8e68a5fc70d057657a3 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 --- circ/circulation.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 88d0bb59d1..418de0e29d 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -147,11 +147,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