31 Dec
2015
31 Dec
'15
11:45 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15344 --- Comment #11 from Jonathan Druart <jonathan.druart@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.