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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 31 12:45:29 CET 2015


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

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 46121
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46121&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.

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


More information about the Koha-bugs mailing list