4 Jul
2016
4 Jul
'16
6:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16849 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 53093 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53093&action=edit Bug 16849: Move IsDebarred to Koha::Patron->is_debarred In order to move IsMemberBlocked to Koha::Patron it makes sense to move the code from Koha::Patron::Debarments::IsDebarred to Koha::Patron->is_debarred. Test plan: 1/ Add a restriction to a patron 2/ make sure he is not able to checkout items any more 3/ Make sure he cannot get a discharge 4/ Put a hold and make sure you get "Patron has restrictions" -- You are receiving this mail because: You are watching all bug changes.