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> Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
This commit is contained in:
parent
d7879843b1
commit
9f4d87373a
1 changed files with 2 additions and 2 deletions
|
@ -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 ) %]
|
||||
|
|
Loading…
Reference in a new issue