[Koha-bugs] [Bug 22833] Block suspend and cancel on holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 14 13:49:33 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22833

--- Comment #18 from Magnus Enger <magnus at libriotech.no> ---
(In reply to Stina Hallin from comment #17)
> And replace:
> [% IF ( HOLD.is_cancelable_from_opac ) %]
> 
> with:
> [% IF ( HOLD.is_cancelable_from_opac && ItemTypes.CanCancelHold(
> HOLD.biblio.biblioitem.itemtype )) %]

Hm, I think I'm already doing that in the last part of the diff here? 
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98671&action=diff

Did I miss some occurrence of this, or did your template not get updated?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list