ffzg/recall_notices.pl: added --interval and --dedup
[koha.git] / catalogue / issuehistory.pl
index f704402..0c50dcb 100755 (executable)
@@ -24,6 +24,7 @@ use C4::Output;
 
 use C4::Biblio;    # GetBiblio
 use C4::Search;                # enabled_staff_search_views
+use C4::Serials;
 use Koha::Checkouts;
 use Koha::Old::Checkouts;
 
@@ -64,6 +65,7 @@ $template->param(
     biblio    => $biblio,
        issuehistoryview => 1,
        C4::Search::enabled_staff_search_views,
+    subscriptionsnumber => CountSubscriptionFromBiblionumber($biblionumber),
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;