https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #21 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Are you sure we want to raise such specific error like "library does not exist" or "category does not exist"? I'd go for an eval { $patron->store } and return a 500 if something went wrong. -- You are receiving this mail because: You are watching all bug changes.