Bugzilla – Attachment 148381 Details for
Bug 33266
Patron name missing space before surname
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33266: Fix missing space in patron title
Bug-33266-Fix-missing-space-in-patron-title.patch (text/plain), 1.83 KB, created by
Matt Blenkinsop
on 2023-03-17 17:52:51 UTC
(
hide
)
Description:
Bug 33266: Fix missing space in patron title
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-03-17 17:52:51 UTC
Size:
1.83 KB
patch
obsolete
>From 40fd3295b13f356da37e12be9ce7be8b2842a15b Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 17 Mar 2023 17:48:22 +0000 >Subject: [PATCH] Bug 33266: Fix missing space in patron title > >This patch fixes the missing space in patron-title.inc > >Test plan: >1) Visit a patron's detail page and observe that there should be a > missing space between the first name and the surname >2) Apply patch >3) The name should now be correctly formatted >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >index 24755d4566..a633697a59 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >@@ -68,7 +68,7 @@ > [%- ELSIF invert_name -%] > [%- data.title | $raw -%][%- data.surname | html -%][%- IF ( data.firstname ) -%], [% data.firstname | html -%][%- END -%][%- IF data.middle_name -%] [% data.middle_name | html -%][%- END -%][%- IF data.othernames -%] ([%- data.othernames | html -%])[%- END -%] > [%- ELSE -%] >- [%- data.title | $raw -%][%- data.firstname | html -%][%- IF data.middle_name -%] [% data.middle_name | html -%][%- END -%][%- IF data.othernames -%] ([%- data.othernames | html -%]) [%- END -%] [%- data.surname | html -%] >+ [%- data.title | $raw -%][%- data.firstname | html %][%- IF data.middle_name -%] [% data.middle_name | html -%][%- END -%][%- IF data.othernames -%] ([%- data.othernames | html -%]) [%- END -%] [% data.surname | html -%] > [%- END -%] > [%- IF display_cardnumber AND data.cardnumber -%] ([%- data.cardnumber | html -%])[%- END -%] > [%- ELSIF display_cardnumber -%] >-- >2.37.1 (Apple Git-137.1)
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 33266
:
148351
|
148381
|
148382