From 1151773c56ca620f231e484ec62066088aeb9d71 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 11 Jul 2016 22:56:11 +0200 Subject: [PATCH] Bug 16893 - Missing closing tag disrupts patron checkouts page style MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Same fix as for the details page: checkouts page is very italic when there is a restriction with a comment on the patron account. Signed-off-by: Kyle M Hall (cherry picked from commit 93aff1fe37f7a9142958f11b45cfbcb62d646f62) Signed-off-by: Frédéric Demians --- 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 471944e7de..358dfe0cf6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -791,8 +791,8 @@ No patron matched [% message %] [% ELSE %] [% debarredcomment | html_line_break %] [% END %] + [% END %] -
View restrictions [% IF (noissues && borrowernumber && CAN_user_circulate_force_checkout) %] -- 2.39.2