Bugzilla – Attachment 101472 Details for
Bug 20443
Move C4::Members::Attributes to Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20443: Add missing use statement
Bug-20443-Add-missing-use-statement.patch (text/plain), 778 bytes, created by
Jonathan Druart
on 2020-03-23 15:48:20 UTC
(
hide
)
Description:
Bug 20443: Add missing use statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-23 15:48:20 UTC
Size:
778 bytes
patch
obsolete
>From 164f1ec8bb50f70bdd7c01daa8cdaecdbbe7e020 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 23 Mar 2020 16:47:11 +0100 >Subject: [PATCH] Bug 20443: Add missing use statement > >This is a follow-up for commit 836e950d25148ca04ed0561c487772e3b0f7f8ee > Bug 20443: Remove SearchIdMatchingAttribute > >We removed the use of C4::Members::Attributes, that was using Text::CSV >--- > C4/Acquisition.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index ffca1ffd4d..7c60626234 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -20,6 +20,7 @@ package C4::Acquisition; > > use Modern::Perl; > use Carp; >+use Text::CSV_XS; > use C4::Context; > use C4::Debug; > use C4::Suggestions; >-- >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 20443
:
101122
|
101123
|
101124
|
101125
|
101126
|
101127
|
101128
|
101129
|
101130
|
101131
|
101132
|
101133
|
101134
|
101135
|
101136
|
101137
|
101138
|
101139
|
101140
|
101141
|
101142
|
101143
|
101144
|
101145
|
101146
|
101147
|
101148
|
101149
|
101150
|
101209
|
101210
|
101211
|
101212
|
101213
|
101214
|
101215
|
101216
|
101217
|
101218
|
101219
|
101220
|
101221
|
101222
|
101223
|
101224
|
101225
|
101226
|
101227
|
101228
|
101229
|
101230
|
101231
|
101232
|
101233
|
101234
|
101235
|
101236
|
101237
| 101472 |
104519