11 May
2018
11 May
'18
4:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17247 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- if( !$patron || $patron->is_debarred ) { return 'debarred'; } we should not return "debarred" if the borrowernumber passed is wrong. -- You are receiving this mail because: You are watching all bug changes.