[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-185-gab643fdcf4

Git repo owner gitmaster at git.koha-community.org
Mon Aug 17 18:11:51 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  ab643fdcf44b78356583f7d3d77a8f0ee2101cbd (commit)
       via  9b3bb4d5123a1afdafb779f329a98e596c755940 (commit)
       via  610818f6cc755a2addf3167071be60501ccbc2c9 (commit)
      from  f0791ad68b491dcbe183073160fc05112e3fd1df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ab643fdcf44b78356583f7d3d77a8f0ee2101cbd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 1 12:24:44 2020 -0400

    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 at davidnind.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ed6a65c1ddacaa80fe825056cc77c3a3170af683)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 9b3bb4d5123a1afdafb779f329a98e596c755940
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 1 12:16:48 2020 -0400

    Bug 25347: Add support for circulation status 11 ( claimed returned )
    
    Now that we have return claims in Koha, we should support the SIP2
    "circulation status" value 11, "claimed returned".
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/SIP/Transaction.t
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ca44a3f2ca82371bd6a2d731b7b4fd185d9fd93a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 610818f6cc755a2addf3167071be60501ccbc2c9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 1 12:04:37 2020 -0400

    Bug 25344: Add support for circulation status 10 ( item in transit )
    
    We should support the SIP2 "circulation status" value 10, "in transit
    between library locations"
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/SIP/Transaction.t
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit be719f30e4142e92d23f3a0566eca93f75224fc3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/SIP/ILS/Item.pm               | 33 ++++++++++++++-------
 t/db_dependent/SIP/Transaction.t | 62 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 83 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list