From 44be8f6c10c0d7cd74a4dee4e250efb462b4b5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 13 Mar 2015 15:29:28 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from C4/Barcodes.pm To test: Apply patch Verify that C4::Dates is not used in code. --- C4/Barcodes.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Barcodes.pm b/C4/Barcodes.pm index b08d660..7e6eee1 100644 --- a/C4/Barcodes.pm +++ b/C4/Barcodes.pm @@ -24,7 +24,6 @@ use Carp; use C4::Context; use C4::Debug; -use C4::Dates; use C4::Barcodes::hbyymmincr; use C4::Barcodes::annual; use C4::Barcodes::incremental; -- 1.7.10.4