use C4::Items;
use C4::Serials;
use C4::Debug;
use C4::Search; # enabled_staff_search_views
use Koha::ActionLogs;
use Koha::Database;
$template->param(
debug => $debug,
C4::Search::enabled_staff_search_views,
subscriptionsnumber => CountSubscriptionFromBiblionumber(scalar $input->param('object')),
object => $object,
);
-