Bug 22014: Add ability to send "00" in SIP CV field on checkin success
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 17 Dec 2018 17:34:14 +0000 (12:34 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 27 Feb 2019 14:14:21 +0000 (09:14 -0500)
commit9cdac855c95d334b5119cf6f13c37354a1306722
tree299102118841273ba0204bf9f8df5758fce3918e
parent660d7bbd5e97de320d539bd6bd0e1b0334562b07
Bug 22014: Add ability to send "00" in SIP CV field on checkin success

Some SIP devices ( in this particular case, bin sorting machines from RFID Library Solutions ) require a checkin success to return a CV field of the value "00" rather than no CV field at all. Koha should be able to support this behavior.

Test Plan:
1) Apply this patch
2) Enable the new option cv_send_00_on_success for a SIP2 account
3) Restart SIP
4) Check in an item successfully via SIP
5) Note the response contains a CV field with the value '00'

Sponsored-by: Pueblo City-County Library District

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jill Kleven <jill.kleven@pueblolibrary.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/SIP/Sip/MsgType.pm
etc/SIPconfig.xml