[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 14:56:43 CET 2020


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

--- Comment #19 from Stina Hallin <stina.hallin at ub.lu.se> ---
(In reply to Magnus Enger from comment #18)
> (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?

That was line 140. We think that you also need to add it to line 186.

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


More information about the Koha-bugs mailing list