https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18260 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #5)
Koha/REST/V1/Hold.pm Result of Koha::Biblios->find( $biblionumber ) is not tested, but result of GetBiblio was not tested too before. No blocker.
catalogue/imageviewer.pl biblionumber is a CGI parameter here find should be tested
That was already true before this patch, we must handle nonexistent biblionumber correctly on all catalogue scripts.
Same for catalogue/issuehistory.pl opac/opac-imageviewer.pl
I did not find a change in the behaviour. -- You are receiving this mail because: You are watching all bug changes.