Bugzilla – Attachment 168118 Details for
Bug 35232
Misspelled ID breaks label on patron lists form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35232: Fix typo on list.tt
Bug-35232-Fix-typo-on-listtt.patch (text/plain), 1.52 KB, created by
Phil Ringnalda
on 2024-06-26 03:45:57 UTC
(
hide
)
Description:
Bug 35232: Fix typo on list.tt
Filename:
MIME Type:
Creator:
Phil Ringnalda
Created:
2024-06-26 03:45:57 UTC
Size:
1.52 KB
patch
obsolete
>From e47e13ec4b9897321e73534b25e40bb1795485ab Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Tue, 25 Jun 2024 15:43:55 +0000 >Subject: [PATCH] Bug 35232: Fix typo on list.tt > >1. Go to Patron lists and add patrons to a list. >2. Click the "Add multiple patrons" link >3. Clicking the "Borrowernumbers" label doesn't trigger the corresponding radio button >4. Apply patch >5. Attempt steps 1-3 >6. Sign off :) > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index 8e3b25d3b5..b1c25bb0fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -124,7 +124,7 @@ > <span class="add_by_cardnumbers">Cardnumbers</span> > </label> > <label class="id_choice" for="add_by_borrowernumbers"> >- <input id="add_by_borrwernumbers" type="radio" name="id_column" value="borrowernumbers"> >+ <input id="add_by_borrowernumbers" type="radio" name="id_column" value="borrowernumbers"> > <span class="add_by_borrowernumbers">Borrowernumbers</span> > </label> > </li> >-- >2.44.0
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 35232
:
168085
|
168118
|
168141