[Koha-bugs] [Bug 28238] Add itemcallnumber to ils-di GetAvailability output

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 8 11:55:56 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28238

--- Comment #2 from Koha Team University Lyon 3 <koha at univ-lyon3.fr> ---
Test plan :

To see the output of getavailability service, run the following url in your
browser :

[OPACBASEURL]/cgi-bin/koha/ilsdi.pl?service=GetAvailability&id=[BIBLIONUMBER]&id_type=biblio
or this one
[OPACBASEURL]/cgi-bin/koha/ilsdi.pl?service=GetAvailability&id=[ITEMNUMBER]&id_type=item

where the [OPACBASEURL] is the opac url of your test instance, [BIBLIONUMBER]
and [ITEMNUMBER] a record number and itemnumber of your choice.

After applying the patch, you'll see an extra tag itemcallnumber. 
Exemple :
<dlf:itemcallnumber>840.08 COR R</dlf:itemcallnumber>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list