26 Jan
2026
26 Jan
'26
1:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39722 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- + my $suggestion = Koha::Suggestions->find( { biblionumber => $biblionumber } ); biblionumber is not a primary or unique key, you cannot use find here. -- You are receiving this mail because: You are watching all bug changes.