https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32773
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #158 from Jonathan Druart <[email protected]> --- Regression: we now get a 500 instead of "The record you requested does not exist" when you hit catalogue/detail.pl with a biblionumber that does not exist. `$biblio->frameworkcode` must be moved after `unless ($biblio) {` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
