https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31550 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds the |This enhancement adds the release notes|OPAC descriptions for some |OPAC descriptions for some |item fields to the XML |item fields to the XML |returned from ILS-DI |returned from ILS-DI |requests. This includes |requests. This includes |these fields: location, |these fields: location, |ccode, permanent_location, |ccode, permanent_location, |notforloan, itemlost, |notforloan, itemlost, |withdrawn, damaged, and |withdrawn, damaged, and |restricted. The OPAC |restricted. The OPAC |descriptions have |descriptions have |_description added to the |_description added to the |item field name, for |item field name, for |example: |example: |<ccode_description>Referenc |<ccode_description>Referenc |e (OPAC |e</ccode_description>. |description)</ccode_descrip | |tion>. | --- Comment #28 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. For <itemId> in the request URL, I used the biblionumber. 2. Example URL: http://127.0.0.1:8081/cgi-bin/koha/opac/ilsdi.pl?service=GetRecords&id=262 (Programming Perl) -- You are receiving this mail because: You are watching all bug changes.