From 6aceda8d1871e8ac0af209d09d3a21dfc805fc47 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 29 Mar 2017 14:50:22 -0300 Subject: [PATCH] Bug 18258: (QA followup) Use Koha::Subscriptions Signed-off-by: Tomas Cohen Arazi --- Koha/Biblio.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index a296cd5..d71ed8f 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -32,6 +32,7 @@ use Koha::Biblioitems; use Koha::ArticleRequests; use Koha::ArticleRequest::Status; use Koha::IssuingRules; +use Koha::Subscriptions; =head1 NAME -- 2.7.4