Bugzilla – Attachment 32129 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), 873 bytes, created by
Kyle M Hall (khall)
on 2014-10-10 12:20:44 UTC
(
hide
)
Description:
Bug 12929 [QA Followup] - Hide borrownumber from sample csv file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-10-10 12:20:44 UTC
Size:
873 bytes
patch
obsolete
>From 0041ff90d2175d0381fc28483aef316c5e19e420 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 > >--- > tools/import_borrowers.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >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'; > } >-- >1.7.2.5
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