Bugzilla – Attachment 70294 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 [QA Followup] - Catch missed instance of is_cancelable
Bug-18856-QA-Followup---Catch-missed-instance-of-i.patch (text/plain), 2.16 KB, created by
Kyle M Hall (khall)
on 2018-01-05 15:14:52 UTC
(
hide
)
Description:
Bug 18856 [QA Followup] - Catch missed instance of is_cancelable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-01-05 15:14:52 UTC
Size:
2.16 KB
patch
obsolete
>From 955464d99a00bc1d3e0cae785a4d5963ace8356d 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 [QA Followup] - Catch missed instance of > is_cancelable > >--- > 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.10.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 18856
:
67480
|
67520
|
69077
|
70294
|
70398
|
70399
|
70419
|
70424
|
70425
|
75394
|
75395