Bug 14870: (followup) Remove superfluous C4::Dates from fix_accountlines_rmdupfines_b...
authorMarc Véron <veron@veron.ch>
Wed, 18 Nov 2015 10:48:09 +0000 (11:48 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 19 Nov 2015 16:05:06 +0000 (13:05 -0300)
This patch removes C4::Dates from fix_accountlines_rmdupfines_bug8253.pl

To test:
- Apply patch
- Check code for uses of C4::Dates (date_format)

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl

index 8cbd065..a22c36d 100755 (executable)
@@ -29,7 +29,6 @@ BEGIN {
 
 use C4::Context;
 use C4::Installer;
-use C4::Dates;
 
 use Getopt::Long;
 use Data::Dumper;