View | Details | Raw Unified | Return to bug 22365
Collapse All | Expand All

(-)a/tools/viewlog.pl (-2 / +1 lines)
Lines 95-101 if ( $src eq 'circ' ) { Link Here
95
$template->param(
95
$template->param(
96
    debug => $debug,
96
    debug => $debug,
97
    C4::Search::enabled_staff_search_views,
97
    C4::Search::enabled_staff_search_views,
98
    subscriptionsnumber => CountSubscriptionFromBiblionumber($input->param('object')),
98
    subscriptionsnumber => CountSubscriptionFromBiblionumber(scalar $input->param('object')),
99
    object => $object,
99
    object => $object,
100
);
100
);
101
101
102
- 

Return to bug 22365