Bugzilla – Attachment 68283 Details for
Bug 9573
Ability to download items lost report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9573: Add missing use statement
Bug-9573-Add-missing-use-statement.patch (text/plain), 587 bytes, created by
Jonathan Druart
on 2017-10-18 22:50:04 UTC
(
hide
)
Description:
Bug 9573: Add missing use statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-10-18 22:50:04 UTC
Size:
587 bytes
patch
obsolete
>From 488aa077613b5100a91c8fc0edc78c4b9cb8165c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Oct 2017 19:49:31 -0300 >Subject: [PATCH] Bug 9573: Add missing use statement > >--- > reports/itemslost.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/reports/itemslost.pl b/reports/itemslost.pl >index cf5394bca2..f737e5b521 100755 >--- a/reports/itemslost.pl >+++ b/reports/itemslost.pl >@@ -29,6 +29,7 @@ use strict; > use warnings; > > use CGI qw ( -utf8 ); >+use Text::CSV_XS; > use C4::Auth; > use C4::Output; > use C4::Biblio; >-- >2.11.0
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 9573
:
68085
|
68086
|
68087
|
68088
|
68089
|
68090
|
68184
|
68283
|
68351
|
68352
|
68353
|
68354
|
68355
|
68356
|
68357
|
68358
|
68398
|
68399
|
68400
|
68401
|
68402
|
68403
|
68404
|
68405
|
71275
|
71276
|
71277
|
71278
|
71279
|
71280
|
71281
|
71282
|
71872
|
71873
|
71874
|
71875
|
71876
|
71877
|
71878
|
71879
|
71880
|
71887
|
71888
|
71889
|
71890
|
71891
|
71892
|
71893
|
71894
|
71895