42fc984a50
Perhaps should be biblioitemnumber, but seems to work fine
15 lines
619 B
Text
Executable file
15 lines
619 B
Text
Executable file
channel
|
|
title=Recent Koha Acquisitions
|
|
link=http://www.koha.org
|
|
desc=The 15 most recent acquisitions
|
|
lang=en
|
|
lastBuild=Fri, 09 May 2003 08:00:00
|
|
image
|
|
title=Koha, the world's best Open Source Library System
|
|
url=http://www.koha.org/images/foo.jpg
|
|
link=http://www.koha.org
|
|
config
|
|
tmpl=lastAcquired.tmpl
|
|
output=lastAcquired.xml
|
|
query=select biblio.title as title, biblio.author as author, biblio.biblionumber as bibid from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.dateaccessioned is not NULL order by items.dateaccessioned desc
|
|
|