View | Details | Raw Unified | Return to bug 21560
Collapse All | Expand All

(-)a/misc/cronjobs/gather_print_notices.pl (-1 / +1 lines)
Lines 20-25 use Getopt::Long; Link Here
20
use C4::Log;
20
use C4::Log;
21
21
22
use Koha::DateUtils;
22
use Koha::DateUtils;
23
use Koha::Util::OpenDocument;
23
use MIME::Lite;
24
use MIME::Lite;
24
25
25
my (
26
my (
Lines 276-282 sub _generate_ods { Link Here
276
    }
277
    }
277
278
278
    # Process
279
    # Process
279
    use Koha::Util::OpenDocument;
280
    generate_ods($ods_filepath, $ods_content);
280
    generate_ods($ods_filepath, $ods_content);
281
}
281
}
282
282
(-)a/reports/guided_reports.pl (-2 / +1 lines)
Lines 38-43 use Koha::BiblioFrameworks; Link Here
38
use Koha::Libraries;
38
use Koha::Libraries;
39
use Koha::Patron::Categories;
39
use Koha::Patron::Categories;
40
use Koha::SharedContent;
40
use Koha::SharedContent;
41
use Koha::Util::OpenDocument;
41
42
42
=head1 NAME
43
=head1 NAME
43
44
Lines 938-944 elsif ($phase eq 'Export'){ Link Here
938
                }
939
                }
939
940
940
                # Process
941
                # Process
941
                use Koha::Util::OpenDocument;
942
                generate_ods($ods_filepath, $ods_content);
942
                generate_ods($ods_filepath, $ods_content);
943
943
944
                # Output
944
                # Output
945
- 

Return to bug 21560