[Koha-bugs] [Bug 34868] Add ability for SIP2 to distinguish missing item from other lost types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 7 20:26:14 CET 2023


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #156027|0                           |1
        is obsolete|                            |
 Attachment #158151|0                           |1
        is obsolete|                            |

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 158614
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158614&action=edit
Bug 34868: Add ability for SIP2 to distinguish missing item from other lost
types

The SIP circulation status specifies that a 12 means an item is lost, and 13
means an item is missing. In Koha, missing items are simply a type of lost item
so we never send a 13. This is an important distinction for some SIP based
inventory tools. It would be good to be able to specify when lost status means
"missing" at the SIP login level.

Test Plan:
1) Apply this patch
2) prove t/db_dependent/SIP/Transaction.t

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list