From 23e1a885c76d2ae01ffc664814cc75eb98d64745 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 10 Mar 2016 10:04:35 -0500 Subject: [PATCH] Bug 16042 - Missing closing quote in checkin template A missing quotation mark breaks the display of multiple messages during checking. This patch adds the missing quote. To test, apply the patch and locate an item which is on hold and is not checked out. - Check in the item. - Confirm that both the hold notification and the "Not checked out" alert look correct. - For extra credit, validate the page and confirm that there are no errors related to broken markup. Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index c26a2859f8..7a66a5c8b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -409,7 +409,7 @@ $(document).ready(function () { [% IF ( transfertodo ) %] - [% ELSE %] -- 2.39.5