Bugzilla – Attachment 67766 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]
Add patron salutation to checkout screen
Add-patron-salutation-to-checkout-screen.patch (text/plain), 1.46 KB, created by
Nick Clemens (kidclamp)
on 2017-10-07 00:51:46 UTC
(
hide
)
Description:
Add patron salutation to checkout screen
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-10-07 00:51:46 UTC
Size:
1.46 KB
patch
obsolete
>From 0ebd71af2d3d1e7b71ae4ffe7d2b647d172aef41 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] Add patron salutation to checkout screen > >https://bugs.koha-community.org/show_bug.cgi?id=14039 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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..418ac7f 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 class="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