From 6decde42d3d4aaaaeaa570d488db934a6a53f8b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch>
Date: Thu, 12 Mar 2015 16:35:56 +0100
Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from
 Koha/Misc/Files.pm

To test:
Apply patch
Make sure that C4::Dates is not used in the code
Set syspref AcqEnableFiles to enable
Go to Home > Acquisitions > Invoices
Find an invoice, go to Details, Manage Invoice files, make sure that uploading / displaying files works as before

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
---
 Koha/Misc/Files.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Koha/Misc/Files.pm b/Koha/Misc/Files.pm
index 1aaf04f..e358f28 100644
--- a/Koha/Misc/Files.pm
+++ b/Koha/Misc/Files.pm
@@ -25,7 +25,6 @@ $VERSION = '0.25';
 
 use C4::Context;
 use C4::Output;
-use C4::Dates;
 
 =head1 NAME
 
-- 
2.1.0