Bugzilla – Attachment 53528 Details for
Bug 16847
Remove C4::Members::GetTitles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16847: Add empty option to Salutation/title
Bug-16847-Add-empty-option-to-Salutationtitle.patch (text/plain), 1.48 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-07-20 14:54:56 UTC
(
hide
)
Description:
Bug 16847: Add empty option to Salutation/title
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-07-20 14:54:56 UTC
Size:
1.48 KB
patch
obsolete
>From 63767be407c848a8c676371b5a2830ee8e236718 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 4 Jul 2016 15:06:18 +0100 >Subject: [PATCH] Bug 16847: Add empty option to Salutation/title >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >At the OPAC there is no way to empty this value. >I think it should be allowed to empty it. > >Signed-off-by: Marc Véron <veron@veron.ch> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index ca0358d..574a5fd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -213,6 +213,7 @@ > Salutation:</label> > > <select id="borrower_title" name="borrower_title"> >+ <option value=""></option> > [% FOREACH mt IN Koha.Preference('BorrowersTitles').split('\|') %] > [% IF mt == borrower.title %] > <option value="[% mt %]" selected="selected">[% mt %]</option> >-- >2.9.2
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 16847
:
53086
|
53087
|
53088
|
53089
|
53091
|
53092
|
53527
| 53528