From fe6ee44cab4c5513b9097cee4e6e13f6c4d09a91 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 19 Jun 2015 15:47:58 +0200 Subject: [PATCH] Bug 10063: Remove outdated FIXME Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9ed3d83dcbc609e9d658d965257b87bdc42e0606) Signed-off-by: Chris Cormack --- C4/Members.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index 2843da48fc..1a172dbffd 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -529,10 +529,6 @@ C<$count> is the expiration date (9999-12-31 for indefinite) Existing active restrictions are checked before current overdue items. -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. - =cut sub IsMemberBlocked { -- 2.39.5