Bugzilla – Attachment 32143 Details for
Bug 12929
bug 12716 introduces a regression on the patron import tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12929 [QA Followup] - Hide borrownumber from sample csv file
Bug-12929-QA-Followup---Hide-borrownumber-from-sam.patch (text/plain), 913 bytes, created by
Jonathan Druart
on 2014-10-10 13:52:21 UTC
(
hide
)
Description:
Bug 12929 [QA Followup] - Hide borrownumber from sample csv file
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-10-10 13:52:21 UTC
Size:
913 bytes
patch
obsolete
>From e6fa805941348fdf2717887f3eb4f9819f999346 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 10 Oct 2014 07:37:32 -0400 >Subject: [PATCH] Bug 12929 [QA Followup] - Hide borrownumber from sample csv > file > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > tools/import_borrowers.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/tools/import_borrowers.pl b/tools/import_borrowers.pl >index 4bd89aa..55b7e7f 100755 >--- a/tools/import_borrowers.pl >+++ b/tools/import_borrowers.pl >@@ -62,6 +62,7 @@ my (@errors, @feedback); > my $extended = C4::Context->preference('ExtendedPatronAttributes'); > my $set_messaging_prefs = C4::Context->preference('EnhancedMessagingPreferences'); > my @columnkeys = C4::Members::columns(); >+@columnkeys = map { $_ ne 'borrowernumber' ? $_ : () } @columnkeys; > if ($extended) { > push @columnkeys, 'patron_attributes'; > } >-- >2.1.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 12929
:
31637
|
31969
|
32129
|
32143
|
32279
|
32280
|
32335