Bugzilla – Attachment 86084 Details for
Bug 21560
Optimize ODS exports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21560: (follow-up) move use at the top
Bug-21560-follow-up-move-use-at-the-top.patch (text/plain), 1.41 KB, created by
Fridolin Somers
on 2019-03-05 14:52:18 UTC
(
hide
)
Description:
Bug 21560: (follow-up) move use at the top
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-03-05 14:52:18 UTC
Size:
1.41 KB
patch
obsolete
>From 85150192c7a60d9736668ed61eb52b89cfd019bb Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 5 Mar 2019 15:51:15 +0100 >Subject: [PATCH] Bug 21560: (follow-up) move use at the top > >--- > misc/cronjobs/gather_print_notices.pl | 2 +- > reports/guided_reports.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/cronjobs/gather_print_notices.pl b/misc/cronjobs/gather_print_notices.pl >index edbe689997..ca99635346 100755 >--- a/misc/cronjobs/gather_print_notices.pl >+++ b/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); > } > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index b6bc422002..dc7170f507 100755 >--- a/reports/guided_reports.pl >+++ b/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 >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21560
:
80470
|
80565
|
80683
|
82951
|
84258
|
84259
|
84693
|
84694
|
85264
|
85265
|
86084
|
86515
|
86516
|
86517
|
86518
|
86519