Bug 23384: Fix use statement order for ArticleRequest::Status
commit9c2a74a63861543d95c83b2f63a9dc2aeaafd965
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 Feb 2020 15:13:11 +0000 (18 16:13 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 6 Mar 2020 15:00:25 +0000 (6 15:00 +0000)
tree6f5eb6a2a272c429b39e66889e8e8cfe1d6705b6
parentdeb77ffe3d3d76c0863f287f1a6f3697c9fa6949
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@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/ArticleRequest.pm
Koha/ArticleRequests.pm
Koha/Patron.pm