[koha-commits] main Koha release repository branch master updated. v16.11.00-1098-g37de20b

Git repo owner gitmaster at git.koha-community.org
Fri May 19 16:32:06 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  37de20b23603bc7552f1296edec065fcfe7b4422 (commit)
      from  86678bbc26954e5e4eddf8b11b652b4c83e80425 (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 37de20b23603bc7552f1296edec065fcfe7b4422
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Nov 21 18:54:40 2016 +0000

    Bug 17665 - SIP2 Item Information Response returns incorrect circulation status of '08' ( waiting on hold shelf ) if record has any holds
    
    If a record has any holds on it, the SIP2 item information response will
    return a value of 08 "waiting on hold shelf" even if the item is not
    actually a waiting hold. This is clearly a bug.
    
    Test Plan:
    1) Find an item that is not a waiting hold, but whose record has one or
       more holds.
    2) Issue a SIP2 item information request
    3) Note in the response, the circulation status field is '08'
    4) Apply this patch
    5) Repeat the item informationr request
    6) Note the code is now '03' ( available )
    7) Check the item in to fill the hold
    8) Repeat the item information request
    9) Verify the circulation status is now '08'
    
    Followed test plan, works as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS/Item.pm |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list