Bug 21560: (follow-up) move use at the top

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Fridolin Somers 2019-03-05 15:51:15 +01:00 committed by root
parent 99ea714345
commit 639ad97d84
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,7 @@ use Getopt::Long;
use C4::Log;
use Koha::DateUtils;
use Koha::Util::OpenDocument;
use MIME::Lite;
my (
@ -276,7 +277,6 @@ sub _generate_ods {
}
# Process
use Koha::Util::OpenDocument;
generate_ods($ods_filepath, $ods_content);
}

View file

@ -38,6 +38,7 @@ use Koha::BiblioFrameworks;
use Koha::Libraries;
use Koha::Patron::Categories;
use Koha::SharedContent;
use Koha::Util::OpenDocument;
=head1 NAME
@ -938,7 +939,6 @@ elsif ($phase eq 'Export'){
}
# Process
use Koha::Util::OpenDocument;
generate_ods($ods_filepath, $ods_content);
# Output