From 025b16bf376577fb4c47fa945773eed0ea32b850 Mon Sep 17 00:00:00 2001 From: Briana 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 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() {
  • [% IF ( canned_bor_notes_loop ) %] -- 2.1.4