@@ -, +, @@ count per page --- circ/view_holdsqueue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/circ/view_holdsqueue.pl +++ a/circ/view_holdsqueue.pl @@ -67,7 +67,7 @@ if ( $run_report ) { itemtypeslimit => $itemtypeslimit, ccodeslimit => $ccodeslimit, locationslimit => $locationslimit, - total => scalar @$items, + total => $total, itemsloop => $items, run_report => $run_report, page => $page, --