http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10063 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #6 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to M. Tompsett from comment #4)
Comment on attachment 39972 [details] [review] Bug 10063: Correct documentation of C4::Members::IsMemberBlocked
Review of attachment 39972 [details] [review]: -----------------------------------------------------------------
::: C4/Members.pm @@ +531,4 @@
FIXME: this needs to be split into two functions; a potential block based on the number of current overdue items could be orthogonal +to a block based on whether the patron has any restrictions.
I'm not sure this FIXME is relevant any more. We have the Debarment function and surely there is a function in C4::Overdues which can be used to get the issues overdue count.
Same here, shouldn't we remove this FIXME? -- You are receiving this mail because: You are watching all bug changes.