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

(-)a/circ/view_holdsqueue.pl (-2 / +1 lines)
Lines 67-73 if ( $run_report ) { Link Here
67
        itemtypeslimit => $itemtypeslimit,
67
        itemtypeslimit => $itemtypeslimit,
68
        ccodeslimit    => $ccodeslimit,
68
        ccodeslimit    => $ccodeslimit,
69
        locationslimit => $locationslimit,
69
        locationslimit => $locationslimit,
70
        total          => scalar @$items,
70
        total          => $total,
71
        itemsloop      => $items,
71
        itemsloop      => $items,
72
        run_report     => $run_report,
72
        run_report     => $run_report,
73
        page           => $page,
73
        page           => $page,
74
- 

Return to bug 28974