From a381664238b8acb9d6db0d4ae003cac8bbfd0925 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jesse Weaver (cherry picked from commit 9f4d87373abb8517e39c51cdde8fa17104196fea) Signed-off-by: Julian Maurice (cherry picked from commit f861cf879b5a4e65482ba607e80a0b4a8373fc7e) Signed-off-by: Frédéric Demians --- 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 5ba5f3ccef..4e6b3a6f85 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -158,8 +158,8 @@ $(document).ready(function() {
  • [% IF ( canned_bor_notes_loop ) %] -- 2.39.5