From 9f4d87373abb8517e39c51cdde8fa17104196fea 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 Signed-off-by: Jesse Weaver --- 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 7c5573af94..2ffbb540b9 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.39.2