https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22833 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Status|Signed Off |Failed QA --- Comment #27 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Hi Magnus, * I am not sure I understand why you did not use these new flags/conditions for item-level hold? * I do not understand why you need the 2 subroutines in the TT plugin (CanCancelHold and CanSuspendHold), you should not need that, but call the Koha::ItemType method instead). It seems that you will need a new method in Koha::Biblio to retrieve the Koha::ItemType object. * Tests no provided for new subroutines anyway. -- You are receiving this mail because: You are watching all bug changes.