[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:25 CET 2016


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

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

The correct way to get the value of BlockExpiredPatronOpacActions from a
patron object is to get the patron category then call the
effective_BlockExpiredPatronOpacActions:
  $patron->category->effective_BlockExpiredPatronOpacActions

So this patch applies this change and remove this value from the
GetMemberDetails subroutine.

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