@@ -, +, @@ is_cancelable --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/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 %] --