https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16246 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #15 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Julian, on but 17736 I remove occurrences of GetReservesFromBiblionumber. See patch: Bug 17736: Replace GetReservesFromBiblionumber with Koha::Biblio->holds I needed to create a new method, Koha::Holds->search is not identical as GetReservesFromBiblionumber. Your patch will introduce a change with existing behaviour that does not look expected. -- You are receiving this mail because: You are watching all bug changes.