https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18260
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #9 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
