[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
Tue Feb 18 16:16:25 CET 2020


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

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 99191
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99191&action=edit
[ALTERNATIVE-PATCH] 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

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


More information about the Koha-bugs mailing list