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

(-)a/tools/viewlog.pl (-2 / +1 lines)
Lines 90-96 if ( $src eq 'circ' ) { Link Here
90
$template->param(
90
$template->param(
91
    debug => $debug,
91
    debug => $debug,
92
    C4::Search::enabled_staff_search_views,
92
    C4::Search::enabled_staff_search_views,
93
    subscriptionsnumber => CountSubscriptionFromBiblionumber(scalar $input->param('object')),
93
    subscriptionsnumber => ( $object ? CountSubscriptionFromBiblionumber($object) : 0 ),
94
    object => $object,
94
    object => $object,
95
);
95
);
96
96
97
- 

Return to bug 26137