Bugzilla – Attachment 139019 Details for
Bug 27920
Add ability to update patron expiration dates when importing patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27920: (QA follow-up) Fix syntax error
Bug-27920-QA-follow-up-Fix-syntax-error.patch (text/plain), 1.06 KB, created by
Kyle M Hall (khall)
on 2022-08-11 11:40:48 UTC
(
hide
)
Description:
Bug 27920: (QA follow-up) Fix syntax error
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-08-11 11:40:48 UTC
Size:
1.06 KB
patch
obsolete
>From b72888db566363a587c93c25050c68fb1176ddc2 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Thu, 11 Aug 2022 07:39:06 -0400 >Subject: [PATCH] Bug 27920: (QA follow-up) Fix syntax error > >--- > misc/import_patrons.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/import_patrons.pl b/misc/import_patrons.pl >index 910a1438c74..2250dcf5792 100755 >--- a/misc/import_patrons.pl >+++ b/misc/import_patrons.pl >@@ -74,8 +74,8 @@ my $return = $Import->import_patrons( > overwrite_passwords => $overwrite_passwords, > preserve_extended_attributes => $ext_preserve, > preserve_fields => \@preserve_fields, >- update_dateexpiry => $update_dateexpiry >- update_dateexpiry_from_today => $update_dateexpiry_from_today >+ update_dateexpiry => $update_dateexpiry, >+ update_dateexpiry_from_today => $update_dateexpiry_from_today, > send_welcome => $welcome_new, > dry_run => !$confirm, > } >-- >2.30.2
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 27920
:
118079
|
119234
|
120940
|
120951
|
121885
|
121886
|
138524
|
139017
|
139018
|
139019
|
142176
|
142178
|
142738
|
142739
|
142740
|
142741
|
142742
|
142743
|
142744