Bugzilla – Attachment 38734 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]
[PASSED QA] Bug 14039 - Add patron salutation to checkout screen
PASSED-QA-Bug-14039---Add-patron-salutation-to-che.patch (text/plain), 1.55 KB, created by
Kyle M Hall (khall)
on 2015-05-01 12:38:41 UTC
(
hide
)
Description:
[PASSED QA] Bug 14039 - Add patron salutation to checkout screen
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-05-01 12:38:41 UTC
Size:
1.55 KB
patch
obsolete
>From a583eb6242c595bf17b567ff6284a47fd27fa2bd Mon Sep 17 00:00:00 2001 >From: David Roberts <david.roberts@ptfs-europe.com> >Date: Fri, 24 Apr 2015 14:18:13 +0000 >Subject: [PATCH] [PASSED QA] 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). > >Followed test plan. Works as expected. >Signed-off-by: Marc Veron <veron@veron.ch> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/includes/patron-title.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 dbcab25..ac33c86 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 %], [% borrower.firstname %] [% IF borrower.othernames %] ([% borrower.othernames %]) [% END %] > [%- ELSE %] >- [%- borrower.firstname %] [% IF borrower.othernames %] ([% borrower.othernames %]) [% END %] [% borrower.surname %] >+ [% borrower.title %] [% borrower.firstname %] [% IF borrower.othernames %] ([% borrower.othernames %]) [% END %] [% borrower.surname %] > [%- END -%] > [%- END -%] > [%- IF ( borrower.cardnumber ) -%] >-- >1.7.2.5
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