From 93aff1fe37f7a9142958f11b45cfbcb62d646f62 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 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 --- 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 9e42153361..b02851fcef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -757,8 +757,8 @@ No patron matched [% message %] [% ELSE %] [% debarredcomment | html_line_break %] [% END %] + [% END %] -
View restrictions [% IF (noissues && borrowernumber && CAN_user_circulate_force_checkout) %] -- 2.39.5