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)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 9 Apr 2020 20:49:00 +0000 (20:49 +0000)
commitd35840f11dfdc74baed4acdfb6a49939bd5916a0
tree2f22d619b9493f2f92efabfc73635d55a5782141
parent8e1b95951f374a8b524330e70668fb98043920e7
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>
(cherry picked from commit 00379c189976ac9e7e2429f5261a0b562206fc5d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/ArticleRequest.pm
Koha/ArticleRequests.pm
Koha/Patron.pm