https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28238
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from David Nind <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
