From 6a6a71b9d8145fe11e4a01260b50a86b1e2b5c42 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 Signed-off-by: Kyle M Hall --- Koha/Biblio.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index a296cd597a..d71ed8f325 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