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:
parent
99ea714345
commit
639ad97d84
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue