Bugzilla – Attachment 46906 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]
[SIGNED-OFF] Bug 14406 When adding messages in patron account, only first name is shown in pull down
SIGNED-OFF-Bug-14406-When-adding-messages-in-patro.patch (text/plain), 1.49 KB, created by
Owen Leonard
on 2016-01-19 16:11:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14406 When adding messages in patron account, only first name is shown in pull down
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-01-19 16:11:40 UTC
Size:
1.49 KB
patch
obsolete
>From 025b16bf376577fb4c47fa945773eed0ea32b850 Mon Sep 17 00:00:00 2001 >From: Briana <brianagreally@gmail.com> >Date: Tue, 19 Jan 2016 00:57:34 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 14406 When adding messages in patron > account, only first name is shown in pull down >Content-Type: text/plain; charset="utf-8" > >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" >--- > 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.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 14406
:
46836
|
46906
|
46912