]> git.koha-community.org Git - koha.git/commit
Bug 25348: Add support for circulation status 12 ( lost )
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 1 May 2020 16:24:44 +0000 (12:24 -0400)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 17 Aug 2020 15:40:09 +0000 (15:40 +0000)
commitab643fdcf44b78356583f7d3d77a8f0ee2101cbd
tree1b22370f07ba88925bd278b85f89e3f9e310ba6c
parent9b3bb4d5123a1afdafb779f329a98e596c755940
Bug 25348: Add support for circulation status 12 ( lost )

We should support the SIP2 "circulation status" value 12, "lost".

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

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit ed6a65c1ddacaa80fe825056cc77c3a3170af683)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/ILS/Item.pm
t/db_dependent/SIP/Transaction.t