Bugzilla – Attachment 54116 Details for
Bug 16806
"Too soon" renewal error generates no alert for user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16806: no error message for 'too_soon' renewal
PASSED-QA-Bug-16806-no-error-message-for-toosoon-r.patch (text/plain), 1.91 KB, created by
Katrin Fischer
on 2016-08-07 11:24:14 UTC
(
hide
)
Description:
[PASSED QA] Bug 16806: no error message for 'too_soon' renewal
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-08-07 11:24:14 UTC
Size:
1.91 KB
patch
obsolete
>From 6c0b48567407a372a1d17dbb77334507a339cebe Mon Sep 17 00:00:00 2001 >From: phette23 <phette23@gmail.com> >Date: Thu, 23 Jun 2016 16:06:59 -0700 >Subject: [PATCH] [PASSED QA] Bug 16806: no error message for 'too_soon' > renewal > >To test: >- for a particular item type & patron category, configure a non-zero >"no renewal before" date so items can't be immediately renewed >- sign in as a patron in aforementioned patron category >- check out an item of aforementioned item type >- go to your renewals page in OPAC /cgi-bin/koha/opac-user.pl >- an error messages appears in the div.alert.dialog up top > >Sponsored-by: California College of the Arts >Signed-off-by: Brendon Ford <brendon.ford@manhattan.edu> > >Signed-off-by: Irma Birchall <irma@calyx.net.au> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 a1910f3..f2aad35 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -92,6 +92,8 @@ Using this account is not recommended because some parts of Koha will not functi > 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 patron. > [% END %] >-- >1.9.1
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 16806
:
52773
|
52774
|
54085
|
54087
| 54116