Kyle M Hall
2da15b6435
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
14 lines
586 B
Text
14 lines
586 B
Text
channel
|
|
title=Most Reserved Items
|
|
link=http://www.koha-community.org
|
|
desc=The 15 most reserved items
|
|
lang=en
|
|
image
|
|
title=Koha, the worlds best Open Source Library System
|
|
url=http://www.koha-community.org/images/foo.jpg
|
|
link=http://www.koha-community.org
|
|
config
|
|
template=mostReserved.tt
|
|
output=mostReserved.xml
|
|
query=select biblioitems.isbn as isbn, biblio.title as title, biblio.author as author from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.reserves is not NULL order by items.reserves desc
|
|
|