Bugzilla – Attachment 119229 Details for
Bug 27883
Add ability to preserve patron field from being overwritten by import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27883: (QA follow-up) Fix missing variable rename
Bug-27883-QA-follow-up-Fix-missing-variable-rename.patch (text/plain), 691 bytes, created by
Kyle M Hall (khall)
on 2021-04-06 15:52:33 UTC
(
hide
)
Description:
Bug 27883: (QA follow-up) Fix missing variable rename
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-06 15:52:33 UTC
Size:
691 bytes
patch
obsolete
>From 57b19e28a5d35883d629bb99321239485accea44 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 6 Apr 2021 11:52:00 -0400 >Subject: [PATCH] Bug 27883: (QA follow-up) Fix missing variable rename > >--- > misc/import_patrons.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/import_patrons.pl b/misc/import_patrons.pl >index ee968e7520..f10ec0f151 100755 >--- a/misc/import_patrons.pl >+++ b/misc/import_patrons.pl >@@ -35,7 +35,7 @@ my $ext_preserve = 0; > my $confirm; > my $verbose = 0; > my $help; >-my @columns_to_remove; >+my @preserve_fields; > > GetOptions( > 'c|confirm' => \$confirm, >-- >2.24.3 (Apple Git-128)
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 27883
:
117861
|
119018
|
119227
|
119228
|
119229
|
119230
|
119231
|
119366
|
119367
|
119370
|
119371
|
119436
|
119437
|
121883
|
121884
|
122719
|
122720