Bugzilla – Attachment 139018 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) Update expiration date Checkbox should be enabled when overwriting existing patrons
Bug-27920-QA-follow-up-Update-expiration-date-Chec.patch (text/plain), 1.40 KB, created by
Kyle M Hall (khall)
on 2022-08-11 11:40:44 UTC
(
hide
)
Description:
Bug 27920: (QA follow-up) Update expiration date Checkbox should be enabled when overwriting existing patrons
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-08-11 11:40:44 UTC
Size:
1.40 KB
patch
obsolete
>From a9648e28800ab49fd7d010c03e60dc30cacdf598 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Thu, 11 Aug 2022 07:38:03 -0400 >Subject: [PATCH] Bug 27920: (QA follow-up) Update expiration date Checkbox > should be enabled when overwriting existing patrons > >--- > .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index 25b471e0fb3..fb443eed59f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -444,10 +444,12 @@ you can supply dates in ISO format (e.g., '2010-10-28'). > $("#overwrite_cardnumberno").click(function(){ > $("#overwrite_passwords").prop('checked',false).prop('disabled',true); > $("#update_dateexpiry").prop('checked',false).prop('disabled',true); >+ $("#update_dateexpiry_from_today").prop('checked',false).prop('disabled',true); > }); > $("#overwrite_cardnumberyes").click(function(){ > $("#overwrite_passwords").prop('disabled',false); > $("#update_dateexpiry").prop('disabled',false); >+ $("#update_dateexpiry_from_today").prop('disabled',false); > }); > </script> > [% END %] >-- >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