Bugzilla – Attachment 86519 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.48 KB, created by
Martin Renvoize (ashimema)
on 2019-03-12 12:18:29 UTC
(
hide
)
Description:
Bug 21560: (follow-up) move use at the top
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-03-12 12:18:29 UTC
Size:
1.48 KB
patch
obsolete
>From 6c613b267cdad6fbe33966c3211c6e2b56939870 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 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 00e0805a6e..0926419488 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.20.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