Bugzilla – Attachment 147792 Details for
Bug 33150
Add specific message for renewal too_soon situation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33150 Add specific message for informing about too_soon for renewal.
Bug-33150-Add-specific-message-for-informing-about.patch (text/plain), 1.54 KB, created by
Andreas Jonsson
on 2023-03-06 15:44:42 UTC
(
hide
)
Description:
Bug 33150 Add specific message for informing about too_soon for renewal.
Filename:
MIME Type:
Creator:
Andreas Jonsson
Created:
2023-03-06 15:44:42 UTC
Size:
1.54 KB
patch
obsolete
>From d5093e110f8ff3ae3e7076fb8507c96126287163 Mon Sep 17 00:00:00 2001 >From: Andreas Jonsson <andreas.jonsson@kreablo.se> >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 @@ > <span>This is a on-site checkout, it cannot be renewed.</span> > [% ELSIF ISSUE.renew_error == 'too_unseen' %] > <span>You have renewed this item the maximum number of consecutive times without it being seen by the library.</span> >+ [% ELSIF ISSUE.renew_error == 'too_soon' %] >+ <span>This item cannot yet be renewed.</span> > [% ELSE %] > <span>No renewals allowed</span> > [% END %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33150
:
147792
|
148037