When printing the holds queue it's giving different numbers of results based on how you have the data sorted. Using the example I have: Initial Holds Queue: 122 items Unsorted, then print preview: 13 pages Sorted by Call #, then print preview: 4 pages Sorted by Title, then print preview: 12 pages Sorted by date, then print preview: 8 pages My guess is that the CSS that controls the printable version doesn't take in to account the sorting and that's screwing with things.
I can't reproduce this problem, but I did notice sorting problems which prompted me to file and submit a patch for Bug 8971. It might be worth testing that patch to see if it helps this issue.
Still valid?