[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 Mar 6 12:39:27 CET 2020


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

--- Comment #11 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 100264
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100264&action=edit
Bug 23384: Fix use statement order for ArticleRequest::Status

Koha::ArticleRequest is used by Koha::ArticleRequests so
Koha::ArticleRequest::Status should not be needed in
Koha::ArticleRequest.
Also Koha::ArticleRequest::Status must be loaded before
Koha::ArticleRequest

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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


More information about the Koha-bugs mailing list