Bug 10063: Correct documentation of C4::Members::IsMemberBlocked
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 8 Jun 2015 02:17:53 +0000 (04:17 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 6 Jul 2015 21:24:28 +0000 (09:24 +1200)
commiteb162e9027d36c9e8fc610e847d0818809ab3f2e
treeef5267b4544713d92e8943194b980a6d15b8675d
parentf665211a67cde09a66b32eaf5a362c36dba7f39b
Bug 10063: Correct documentation of C4::Members::IsMemberBlocked

Rephrased documentation a bit, replacing fine days with the
more general term restriction. As IsDebarred checks for existing
active restrictions.

TEST PLAN
---------
1) apply patch
2) git diff origin/master
   -- do the changes make sense
3) perldoc C4::Members
   -- look for the IsMemberBlocked.
   -- Does it reflect current state
4) koha qa test tools

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 307f7a064cdaf16bca5a762344563b87651a1664)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Members.pm