[koha-commits] main Koha release repository branch master updated. v16.11.00-709-g72de37e

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 15:14:39 CEST 2017


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, master has been updated
       via  72de37e24bd02ffccad3cd1a76e0d74202cf7794 (commit)
      from  0f32bd99997c82cf7b70eef32818dc817cbff64b (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 72de37e24bd02ffccad3cd1a76e0d74202cf7794
Author: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
Date:   Tue Dec 13 13:38:19 2016 +0100

    Bug 17758 - SIP checkin does not handle holds correctly
    
    This patch updates SIP checkin to use reserve_id as param, to fix regression
    introduced by Bug 14695.
    
    To test:
    
    Given 1 patron and 1 biblio with two items attached:
    
    1) create two record level holds on one biblio on same user
    Using SIP client or telnet:
    2) checkin item x on pickup branch, observe item is waiting and hold 1 is filled
    3) checkin item y on pickup branch, observe item y now is waiting and x is available
    4) apply this patch and repeat 1-3, now expected behaviour should be
       that both holds are filled and both items waiting
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS/Transaction/Checkin.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list