[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 Sep 13 10:59:55 CEST 2019


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

--- Comment #3 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Test plan:

- Edit "use Illrequests;" to the top of C4/Circulation.pm
=> TEST: Observe that no page in Koha will now load, and errors as described
above
- Add "use Koha::ArticleRequest::Status;" to Patron.pm
=> TEST: Observe that the problem is now fixed.
- Scratch your head and wonder what the heck is going on

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


More information about the Koha-bugs mailing list