diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 35f99e3e64..fb904159fe 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -102,7 +102,11 @@ Comment: - [% BORROWER_INFO.debarredcomment %] + [% IF BORROWER_INFO.debarredcomment.search('OVERDUES_PROCESS') %] + Restriction added by overdues process [% BORROWER_INFO.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %] + [% ELSE %] + [% BORROWER_INFO.debarredcomment | html_line_break %] + [% END %] [% END %] @@ -110,6 +114,7 @@ End date: [% BORROWER_INFO.userdebarreddate | $KohaDates %] [% END %] + Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library. Go to your account page [% END %] [% END %]