http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15344
--- Comment #11 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
