Dear Friends, We just installed Koha 3.03 with CentOS 5. I reserved certain books already checked out by others via OPAC. But ‘Holds Queue’ in circulation reports (Home > Circulation > Circulation Reports) doesn’t show anything. When clicking on Submit button after selecting library, it shows the message “ No items found”. Any other way to list all Holds queue ? With thanks -- Vimal Kumar V. Asst. Librarian Asian School of Business Technopark, Trivandrum-695 581 Web: www.vimalkumar.co.nr Blog: http://vimalkumar.oksociety.in OK Society Volunteer. http://oksociety.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
But ‘Holds Queue’ in circulation reports (Home > Circulation > Circulation Reports) doesn’t show anything.
The Holds Queue report depends on another script being run, build_holds_queue.pl. This is usually run via cron. There is an example here: http://wiki.koha.org/doku.php?id=en:development:cronjobs The build_holds_queue script checks for outstanding holds and populates a table, tmp_holdsqueue, with the results. It is tmp_holdsqueue that is being queried when you view the holds queue table. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (2)
-
Owen Leonard -
Vimal Kumar