From 62e999b63a0c282c64210b86f167039b6105f5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 12 Mar 2015 15:00:11 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from C4/HoldsQueue.pm To test: Apply patch Make sure that C4::Dates is not used in C4/HoldsQueue.pm --- C4/HoldsQueue.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm index 0d645bd..c12888b 100755 --- a/C4/HoldsQueue.pm +++ b/C4/HoldsQueue.pm @@ -29,7 +29,6 @@ use C4::Branch; use C4::Circulation; use C4::Members; use C4::Biblio; -use C4::Dates qw/format_date/; use List::Util qw(shuffle); use List::MoreUtils qw(any); -- 1.7.10.4