From 687a5031c69f549205907792d7783e5b9773008e 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. --- 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 9e42153..b02851f 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) %] -- 1.9.1