Bug 17317: ILSDI: Getavailability method with id_type=bib implementation
authorLyon3 Team <koha@univ-lyon3.fr>
Tue, 20 Sep 2016 10:13:23 +0000 (12:13 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 23 Dec 2016 11:38:46 +0000 (11:38 +0000)
commit36222fb735eb4db9fe8309e4db21d34d5aa63e7b
treeeedf4f28a843df3937d8a247673c3f1a41e217dc
parent4c5f495f0e0f2b7852908d84764b3be0ac02a90f
Bug 17317: ILSDI: Getavailability method with id_type=bib implementation

To test this patch you should try to send a query to you opac formatted
this way :
http://[your-opac-domain-name]/cgi-bin/koha/ilsdi.pl?service=GetAvailability&id=[biblionumber]&id_type=bib

You should get availability status for all the items of the matched
bibliographic record.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/ILSDI/Services.pm