]> git.koha-community.org Git - koha.git/commit
Bug 9019: Return item fields in ILS-DI GetRecords
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 7 Nov 2012 09:51:49 +0000 (10:51 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 24 Apr 2013 09:11:33 +0000 (21:11 +1200)
commitc1ae7e3765ffb226bb9f5b058a32568b9672edd6
tree86898fc6e85a98e1b1a1afcb333e7b46330cfb00
parentba6dc6c200bb880f4a4634596283b8ed2f0c4d5c
Bug 9019: Return item fields in ILS-DI GetRecords

Signed-off-by: Srikanth Dhondi <srikanth@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
1) Activate ILS-DI in system preferencs
2) Access http://.../cgi-bin/koha/ilsdi.pl to see documentation
3) Try http://.../cgi-bin/koha/ilsdi.pl?service=GetRecords&id=12+14
   with various valid biblionumbers for your system
4) Verify 952 is included in the <marcxml> and all other data displays
   correctly

All tests pass.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/ILSDI/Services.pm