From 955464d99a00bc1d3e0cae785a4d5963ace8356d Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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 [% IF SuspendHoldsOpac %] - [% IF ( RESERVE.is_cancelable ) %] + [% IF ( ! RESERVE.is_found ) %] [% IF RESERVE.suspend %]
@@ -736,7 +736,7 @@ Using this account is not recommended because some parts of Koha will not functi
[% END # / IF AutoResumeSuspendedHolds %] [% END # / IF RESERVE.suspend %] - [% END # / IF ( RESERVE.is_cancelable )%] + [% END # / IF ( ! RESERVE.is_found )%] [% END # / IF SuspendHoldsOpac %] -- 2.10.2