14 Feb
2020
14 Feb
'20
2:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22833 --- Comment #19 from Stina Hallin <stina.hallin@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.