14 Feb
2020
14 Feb
'20
1:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22833 --- Comment #18 from Magnus Enger <magnus@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.