[Koha-bugs] [Bug 17578] Replace GetMemberDetails with GetMember

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 30 08:17:50 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17578

--- Comment #43 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 57822
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57822&action=edit
[SIGNED-OFF] Bug 17578: GetMemberDetails - Remove is_expired

The is_expired value is used in 2 places, let's use
Koha::Patron->is_expired instead.

Test plan:
Depending on the different value of BlockExpiredPatronOpacActions for
the patron category, a patron must be blocked if he has expired.
Confirm that behavior from opac-renew and opac-reserve scripts

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list