Bug 27944: Add missing Status module
Test plan: perl -c the module or run qa tools Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
3fc76156e2
commit
19355caa83
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ use Koha::Biblios;
|
|||
use Koha::Items;
|
||||
use Koha::Libraries;
|
||||
use Koha::DateUtils qw( dt_from_string );
|
||||
use Koha::ArticleRequest::Status;
|
||||
|
||||
use base qw(Koha::Object);
|
||||
|
||||
|
|
Loading…
Reference in a new issue