Bug 18258: (QA followup) Use Koha::Subscriptions
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 29 Mar 2017 17:50:22 +0000 (14:50 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 10:09:03 +0000 (10:09 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Biblio.pm

index a296cd5..d71ed8f 100644 (file)
@@ -32,6 +32,7 @@ use Koha::Biblioitems;
 use Koha::ArticleRequests;
 use Koha::ArticleRequest::Status;
 use Koha::IssuingRules;
+use Koha::Subscriptions;
 
 =head1 NAME