21 Feb
2018
21 Feb
'18
5:45 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 --- Comment #114 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> ---
From AddMember, added by bug 19841:
my $category = Koha::Patron::Categories->find( $data{categorycode} ); unless ($category) { Koha::Exceptions::BadParameter->throw( error => 'Invalid parameter passed', parameter => 'categorycode' ); } Must not we remove that? -- You are receiving this mail because: You are watching all bug changes.