@@ -, +, @@ --- misc/cronjobs/gather_print_notices.pl | 2 +- reports/guided_reports.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/misc/cronjobs/gather_print_notices.pl +++ a/misc/cronjobs/gather_print_notices.pl @@ -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); } --- a/reports/guided_reports.pl +++ a/reports/guided_reports.pl @@ -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 --