Bug 23384: Fix use statement order for ArticleRequest::Status
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 Feb 2020 15:13:11 +0000 (16:13 +0100)
committerJoy Nelson <joy@bywatersolutions.com>
Thu, 2 Apr 2020 16:22:10 +0000 (16:22 +0000)
commit00379c189976ac9e7e2429f5261a0b562206fc5d
treede4885651fe76becf7cea88fae52189d123eb0ad
parent390f838d27984ea47572b729145b1268e9866f29
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>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
Koha/ArticleRequest.pm
Koha/ArticleRequests.pm
Koha/Patron.pm