[Koha-bugs] [Bug 24165] Add ability to send any item field in a library chosen SIP field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 3 21:21:18 CET 2019


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 95984
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95984&action=edit
Bug 24165: Add ability to send any item field in a library chosen SIP field

Some SIP devices need access to item fields that are not sent as item
information in the checkin, checkout and item information responses.
It makes sense to allow these fields to be sent in an arbitrary and
configurable way, rather than hard code in each special case.

Test Plan:
1) Apply this patch
2) Edit your SIP2 config file, add the following within the login stanza:
   <item_field field="XX" code="<item field 1>" />
   <item_field field="XZ" code="<item fied 2>" />
   where <item field 1> and <item field 2> are item table columns of your
choosing
3) Using the sip cli emulator, run checkout, checkin and item information
   messages using that item.
4) Note the values you set for the item columns are sent in the
   corrosponding fields!

-- 
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