[Koha-bugs] [Bug 23384] Calling Koha::Article::Status::* without "use" in Patron.pm can cause breakage

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 14 16:53:58 CET 2020


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

--- Comment #7 from Owen Leonard <oleonard at myacpl.org> ---
I signed this off because following this test plan is consistent with what the
bug report says, with the assumption that the goal of the change is to allow at
some future date the addition of "use Koha::Illrequests;" to Circulation.pm.

1. Add "use Koha::Illrequests;" to the top of C4/Circulation.pm
2. TEST: Nothing loads, the koha-plack-error log is stuck in an apparent loop
3. Add "use Koha::ArticleRequest::Status;" to Patron.pm
4. TEST: Pages are loading correctly again

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


More information about the Koha-bugs mailing list