Bugzilla – Attachment 38314 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]
Proposed patch
Add-patron-salutation-to-checkout-screen.patch (text/plain), 1.28 KB, created by
David Roberts
on 2015-04-22 09:26:42 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
David Roberts
Created:
2015-04-22 09:26:42 UTC
Size:
1.28 KB
patch
obsolete
>From 38445f4c6ee0bdfda03f59d6e2878cf279c95c50 Mon Sep 17 00:00:00 2001 >From: David Roberts <david.roberts@ptfs-europe.com> >Date: Wed, 22 Apr 2015 09:12:40 +0000 >Subject: [PATCH] Add patron salutation to checkout screen > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 ac2f388..2ba19cb 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 %] > ([% borrower.cardnumber %]) >@@ -20,4 +20,4 @@ > [% END %] > [% END %] > ([% cardnumber %]) >-[% END %] >\ No newline at end of file >+[% END %] >-- >1.7.10.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