Bugzilla – Attachment 134749 Details for
Bug 21978
Add middle name field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21978: Add middle_name into hold request autocomplete
Bug-21978-Add-middlename-into-hold-request-autocom.patch (text/plain), 1.19 KB, created by
Biblibre Sandboxes
on 2022-05-06 15:51:06 UTC
(
hide
)
Description:
Bug 21978: Add middle_name into hold request autocomplete
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2022-05-06 15:51:06 UTC
Size:
1.19 KB
patch
obsolete
>From a9533fcbbc3c7699d50242464686e0206f7f8816 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 25 Apr 2022 10:13:05 +0100 >Subject: [PATCH] Bug 21978: Add middle_name into hold request autocomplete > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 65d95f6e0f..ed437fcd6c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1533,6 +1533,7 @@ > + ( item.surname ? item.surname.escapeHtml() : "" ) > + ", " > + ( item.firstname ? item.firstname.escapeHtml() : "" ) >+ + ( item.middle_name ? " " + item.middle_name.escapeHtml() : "" ) > + " (" + ( item.cardnumber ? item.cardnumber.escapeHtml() : "" ) + ")" > + " " > + "<small>" >-- >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 21978
:
133431
|
133432
|
133433
|
133434
|
133435
|
133436
|
133437
|
133438
|
133453
|
133454
|
133455
|
133456
|
133534
|
133535
|
133536
|
133537
|
133544
|
133545
|
133546
|
133547
|
133751
|
133752
|
133753
|
133754
|
133755
|
133756
|
133757
|
134254
|
134255
|
134256
|
134257
|
134258
|
134259
|
134495
|
134497
|
134498
|
134499
|
134500
|
134501
|
134502
|
134503
|
134745
|
134746
|
134747
|
134748
|
134749
|
134750
|
134751
|
135147
|
135148
|
135149
|
135150
|
135151
|
135152
|
135153
|
135154
|
135155
|
135180
|
135181
|
135182
|
135183
|
135184
|
135185
|
135186
|
135187
|
135188
|
135189
|
136513
|
136514
|
136515
|
136516
|
136517
|
136518
|
136519
|
136520
|
136521
|
136522
|
137612