[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
Wed May 26 00:55:15 CEST 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #4 from David Nind <david at davidnind.com> ---
Testing notes (koha-testing-docker):
- Enabled ILS-DI
- Locate a record with multiple items to test with
- Made sure the items had call numbers
- Followed test plan

Note - the QA team may want the commit message formatted according to the
commit message guidelines: https://wiki.koha-community.org/wiki/Commit_messages

Here is my attempt:

Bug 28328: Add itemcallnumber to ILS-DI GetAvailability output

Providing the call number for ILS-DI GetAvailability output is useful for
libraries that use discovery tools. Patrons often don't check further for the
call number, and then they don't have it when they look for the item.

Test plan:
1. Enable the ILS-DI system preference
2. Locate a record with multiple items and make sure they have call numbers for
each item
3. Test these URLs:
  
[OPACBASEURL]/cgi-bin/koha/ilsdi.pl?service=GetAvailability&id=[BIBLIONUMBER]&id_type=biblio
   and
  
[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] are a record number and item number of your
choice.)
4. Apply the patch
5. Run the queries from step 3 again - the results should now have an extra tag
itemcallnumber. 
   Example: <dlf:itemcallnumber>840.08 COR R</dlf:itemcallnumber>
6. Sign off!

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


More information about the Koha-bugs mailing list