]> git.koha-community.org Git - koha.git/commit
Bug 24165: Add ability to send any item field in a library chosen SIP field
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 3 Dec 2019 20:16:57 +0000 (15:16 -0500)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 27 Jul 2020 16:40:53 +0000 (16:40 +0000)
commit0595b52147273e21bbd41aefb111df3e2777d546
treef4a2c894b57edd7934368b946b45ccdb013c48f7
parent91cef9d977d81b24fdfc56dff35c7b3340a96db0
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!

Signed-off-by: Jill Kleven <jill.kleven@pueblolibrary.org>
Fixed merge conflict with number of tests (was 5, changed to 7 which is correct)
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit ee838b171644e362cceae13ceb732d46a9a8e53b)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/ILS/Item.pm
C4/SIP/Sip/MsgType.pm
etc/SIPconfig.xml
t/db_dependent/SIP/Message.t