Bug 17680: Remove Koha::Upload use incorrectly added
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 7 Jul 2017 19:53:09 +0000 (16:53 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 10 Jul 2017 15:06:38 +0000 (12:06 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

offline_circ/enqueue_koc.pl

index e7e8746..3640c1d 100755 (executable)
@@ -34,7 +34,6 @@ use C4::Members;
 use C4::Stats;
 use Koha::UploadedFiles;
 use Koha::Checkouts;
-use Koha::Upload;
 
 use Date::Calc qw( Add_Delta_Days Date_to_Days );