Bugzilla – Attachment 142743 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) Remove now obsolete JavaScript lines
Bug-27920-QA-follow-up-Remove-now-obsolete-JavaScr.patch (text/plain), 1.48 KB, created by
Katrin Fischer
on 2022-10-27 21:38:39 UTC
(
hide
)
Description:
Bug 27920: (QA follow-up) Remove now obsolete JavaScript lines
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-27 21:38:39 UTC
Size:
1.48 KB
patch
obsolete
>From 06c2ee1cfb42ce4db851ce48c84a6759f58ffd55 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 27 Oct 2022 21:28:15 +0000 >Subject: [PATCH] Bug 27920: (QA follow-up) Remove now obsolete JavaScript > lines > >There JS lines were left over from the first suggested GUI >using a checkbox. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 2 -- > 1 file changed, 2 deletions(-) > >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 4dff078763..82691cee91 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 >@@ -452,12 +452,10 @@ 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