[Koha] Holds Queue doesn’t show
Owen Leonard
oleonard at myacpl.org
Thu Oct 15 01:30:00 NZDT 2009
> 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
More information about the Koha
mailing list