Bugzilla – Attachment 70399 Details for
Bug 18856
Cancel Waiting Hold in OPAC does not give useful message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18856: (follow-up) Catch missed instance of is_cancelable
Bug-18856-follow-up-Catch-missed-instance-of-iscan.patch (text/plain), 2.21 KB, created by
Katrin Fischer
on 2018-01-10 07:24:21 UTC
(
hide
)
Description:
Bug 18856: (follow-up) Catch missed instance of is_cancelable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-01-10 07:24:21 UTC
Size:
2.21 KB
patch
obsolete
>From e9f523c6014c13b2f4477b2b54418f3829a8c0cf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 5 Jan 2018 10:14:33 -0500 >Subject: [PATCH] Bug 18856: (follow-up) Catch missed instance of is_cancelable > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 77e601b..77513dd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -695,7 +695,7 @@ Using this account is not recommended because some parts of Koha will not functi > </td> > [% IF SuspendHoldsOpac %] > <td> >- [% IF ( RESERVE.is_cancelable ) %] >+ [% IF ( ! RESERVE.is_found ) %] > [% IF RESERVE.suspend %] > <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> > <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> >@@ -736,7 +736,7 @@ Using this account is not recommended because some parts of Koha will not functi > </form> > [% END # / IF AutoResumeSuspendedHolds %] > [% END # / IF RESERVE.suspend %] >- [% END # / IF ( RESERVE.is_cancelable )%] >+ [% END # / IF ( ! RESERVE.is_found )%] > </td> > [% END # / IF SuspendHoldsOpac %] > <td class="modify"> >-- >2.1.4
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 18856
:
67480
|
67520
|
69077
|
70294
|
70398
|
70399
|
70419
|
70424
|
70425
|
75394
|
75395