From 9e5fc4e1120569a9280a4951bd0d6f681da38782 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 6 Apr 2016 10:31:09 -0400 Subject: [PATCH] Bug 16215: Missing closing quote in checkout template This patch adds a missing closing quote to the circulation template. To see the affect of this bug: - Log in to Koha with an account which does not have the 'force_checkout' permission. - Locate a barcode which is checked out to a patron. - Open a different patron account for checkout. - Try to check out the barcode to that different patron. You see a "Cannot check out" dialog which breaks the structure of the rest of the page. To test, apply the patch and repeat the steps above. The issue should be fixed. Signed-off-by: Hector Castro Works as advertised Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 aa7bbdb..e9d3956 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -408,7 +408,7 @@ $(document).ready(function() { [% END %] [% ELSE %] - [% END %] -- 2.7.0