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 34c580fb66..074b9c576b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -81,20 +81,20 @@ Using this account is not recommended because some parts of Koha will not functi [% IF ( RENEW_ERROR ) %]
Please note: - Your loan renewal failed because of the following reason(s): - [% FOREACH error IN RENEW_ERROR.split('\|') %] - [% IF error == 'card_expired' %] - Your account has expired. Please contact the library for more information. - [% ELSIF error == 'too_many' %] - You have renewed this item the maximum number of times allowed. - [% ELSIF error == 'too_soon' %] - It is too soon after the checkout date for this item to be renewed. - [% ELSIF error == 'on_reserve' %] - This item is on hold for another borrower. +
[% END %]