Bugzilla – Attachment 116908 Details for
Bug 27380
Add option for taking a list parameter in reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27380: Add missing use statement
Bug-27380-Add-missing-use-statement.patch (text/plain), 587 bytes, created by
Jonathan Druart
on 2021-02-16 09:15:59 UTC
(
hide
)
Description:
Bug 27380: Add missing use statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-02-16 09:15:59 UTC
Size:
587 bytes
patch
obsolete
>From fa81a32cde019e24b20fdcdbd8eceefce8c23bf7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Feb 2021 10:15:38 +0100 >Subject: [PATCH] Bug 27380: Add missing use statement > >--- > Koha/Report.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Report.pm b/Koha/Report.pm >index 391434ed25..e11e75d4a0 100644 >--- a/Koha/Report.pm >+++ b/Koha/Report.pm >@@ -22,6 +22,7 @@ use Carp; > use Koha::Database; > use JSON; > use Koha::Reports; >+use Koha::DateUtils qw( dt_from_string output_pref ); > > use base qw(Koha::Object); > >-- >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 27380
:
115044
|
115047
|
115048
|
115084
|
115085
|
116160
|
116161
|
116162
|
116163
|
116464
|
116465
|
116466
|
116818
|
116830
| 116908