From d8afd3ddfa74819c32532e3f77921d7ee109e928 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 Content-Type: text/plain; charset="utf-8" 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. --- 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 c26a285..7a66a5c 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.1.4