From d5093e110f8ff3ae3e7076fb8507c96126287163 Mon Sep 17 00:00:00 2001 From: Andreas Jonsson Date: Mon, 6 Mar 2023 16:42:05 +0100 Subject: [PATCH] Bug 33150 Add specific message for informing about too_soon for renewal. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index 6afd709a78..a157e86cc6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -362,6 +362,8 @@ This is a on-site checkout, it cannot be renewed. [% ELSIF ISSUE.renew_error == 'too_unseen' %] You have renewed this item the maximum number of consecutive times without it being seen by the library. + [% ELSIF ISSUE.renew_error == 'too_soon' %] + This item cannot yet be renewed. [% ELSE %] No renewals allowed [% END %] -- 2.30.2