https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Fixed the patch subjects according to guidelines (XXXX: (follow-up) state what was fixed) Should is_cancelable be removed after this change? It seems the only remaining occurrences are in tests: Koha/Hold.pm:=head3 is_cancelable Koha/Hold.pm:sub is_cancelable { t/db_dependent/Hold.t:# Test method is_cancelable t/db_dependent/Hold.t:ok( $hold->is_cancelable(), "Unfound hold is cancelable" ); t/db_dependent/Hold.t:ok( $hold->is_cancelable, "Waiting hold is cancelable" ); t/db_dependent/Hold.t:ok( !$hold->is_cancelable, "In transit hold is not cancelable" ); Sorry Marcel, forgot to check the QA contact first! -- You are receiving this mail because: You are watching all bug changes.