From 4748f451448dd666c2f2877bd919a76410cb96cf 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 --- C4/Members.pm | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index 2843da4..1a172db 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 { -- 1.7.2.5