Bugzilla – Attachment 46912 Details for
Bug 14406
When adding messages in patron account, only first name is shown in pull down
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14406 When adding messages in patron account, only first name is shown in pull down
Bug-14406-When-adding-messages-in-patron-account-o.patch (text/plain), 1.51 KB, created by
Jonathan Druart
on 2016-01-19 17:10:05 UTC
(
hide
)
Description:
Bug 14406 When adding messages in patron account, only first name is shown in pull down
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-19 17:10:05 UTC
Size:
1.51 KB
patch
obsolete
>From 715768be0261cc41786f6f508a4156d6881741ba Mon Sep 17 00:00:00 2001 >From: Briana <brianagreally@gmail.com> >Date: Tue, 19 Jan 2016 00:57:34 +0000 >Subject: [PATCH] Bug 14406 When adding messages in patron account, only first > name is shown in pull down > >To test: > >Log in to staff patron account >Go to Checkout tab >Click 'Add a new message' >Drop down box should show 'Staff - Internal Note' and 'OPAC - [Full name >of patron]' > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Made a tiny change during signoff: uncapitalized "note" > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 7c5573a..2ffbb54 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -162,8 +162,8 @@ $(document).ready(function() { > <li> > <label for="message_type">Add a message for:</label> > <select name="message_type" id="message_type"> >- <option value="L">Other librarians</option> >- <option value="B">[% firstname %]</option> >+ <option value="L">Staff - Internal note</option> >+ <option value="B">OPAC - [% firstname %] [% surname %]</option> > </select> > </li> > [% IF ( canned_bor_notes_loop ) %] >-- >2.1.0
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 14406
:
46836
|
46906
| 46912