From 715768be0261cc41786f6f508a4156d6881741ba Mon Sep 17 00:00:00 2001 From: Briana 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 Made a tiny change during signoff: uncapitalized "note" Signed-off-by: Jonathan Druart --- 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() {
  • [% IF ( canned_bor_notes_loop ) %] -- 2.1.0