[Koha-bugs] [Bug 15344] GetMemberDetails called unecessary

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 31 13:43:52 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15344

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46121|0                           |1
        is obsolete|                            |

--- Comment #13 from Marc Véron <veron at veron.ch> ---
Created attachment 46129
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46129&action=edit
Bug 15344: Remove one occurrence in circ/circulation.pl

In C4::Circulation::CanBookBeIssued, $borrower->{flags} is called and
should be populated by GetMemberDetails

It fixes the following error on checking out:
Can't use string ("1900156") as a HASH ref while "strict refs" in use at
/home/koha/src/C4/Circulation.pm line 813.

Note: Error occurs with patrons with staff permissions, not with 'normal'
patrons.
Error is fixed with this patch.
Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list