Bugzilla – Attachment 142740 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.11 KB, created by
Katrin Fischer
on 2022-10-27 21:38:24 UTC
(
hide
)
Description:
Bug 27920: (QA follow-up) Fix syntax error
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-27 21:38:24 UTC
Size:
1.11 KB
patch
obsolete
>From 1fdcf8e85a41c5f15509f67047953a45d42b226c 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 910a1438c7..2250dcf579 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