From 04a04bc5f6c6fdcf082c8957f136bf292573ba0c Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 19 Oct 2015 14:31:23 -0400 Subject: [PATCH] Bug 12803 [QA Followup] - Remove use of C4::Dates C4::Dates was being included, but not used in the code! --- C4/HoldsQueue.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/C4/HoldsQueue.pm b/C4/HoldsQueue.pm index 3057079..ceaad44 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 Koha::DateUtils; use List::Util qw(shuffle); -- 1.7.2.5