Bugzilla – Attachment 64077 Details for
Bug 14039
Add patron title to checkout screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 14039 - Add patron salutation to checkout screen
SIGNED-OFF-Bug-14039---Add-patron-salutation-to-ch.patch (text/plain), 1.60 KB, created by
Owen Leonard
on 2017-06-07 12:41:50 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14039 - Add patron salutation to checkout screen
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-06-07 12:41:50 UTC
Size:
1.60 KB
patch
obsolete
>From 809426d9c144f8026c89441756758506bae8df72 Mon Sep 17 00:00:00 2001 >From: David Roberts <david.roberts@ptfs-europe.com> >Date: Wed, 7 Jun 2017 00:01:17 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 14039 - Add patron salutation to checkout > screen > >To test: > >Install this patch. >Ensure a user has a salutation (Mr, Dr, Miss etc) set, and checkout an >item to this user. >In the area above the barcode box, the patron's title should display, >e.g: > >Checking out to Mr John Doe (0001). > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 caf45d6..de8a78a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >@@ -5,7 +5,7 @@ > [%- IF invert_name %] > [%- borrower.surname | html %], [% borrower.firstname | html %] [% IF borrower.othernames %] ([% borrower.othernames | html %]) [% END %] > [%- ELSE %] >- [%- borrower.firstname | html %] [% IF borrower.othernames %] ([% borrower.othernames | html %]) [% END %] [% borrower.surname | html %] >+ [% IF borrower.title %] <span id="patron-title">[%- borrower.title | html %] </span>[% END %][%- borrower.firstname | html %] [% IF borrower.othernames %] ([% borrower.othernames | html %]) [% END %] [% borrower.surname | html %] > [%- END -%] > [%- END -%] > [%- IF ( borrower.cardnumber ) -%] >-- >2.1.4
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 14039
:
38314
|
38495
|
38498
|
38734
|
64069
|
64077
|
65482
|
65496
|
65777
|
67766
|
67767
|
67870