[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-18-ge41f2c9824

Git repo owner gitmaster at git.koha-community.org
Wed Apr 1 21:29:10 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, 19.11.x has been updated
       via  e41f2c9824a150d293cffd62de3e3c32d8bc809e (commit)
       via  8c8053d9e7df577340f2a8112478dfd35530da54 (commit)
      from  4154a7fbbcdbe9973251185e38f2a2038a08a705 (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 e41f2c9824a150d293cffd62de3e3c32d8bc809e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 21 09:41:27 2020 -0500

    Bug 24705: Holds placed via SIP will be given first priority
    
    The SIP server does not calculate and pass a priority to AddReserve, which causes the hold to be given priority 1.
    
    Test Plan:
    1) Place a hold via SIP for a record with existing holds
    2) Note the new hold is top priority
    3) Apply this patch
    4) Restart SIP
    5) Repeat step 1
    6) New hold should be last priority
    
    Signed-off-by: Christofer Zorn <Christofer.Zorn at ajaxlibrary.ca>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8c8053d9e7df577340f2a8112478dfd35530da54
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 24 10:40:54 2020 +0100

    Bug 24705: Add tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS/Transaction/Hold.pm   |  3 +-
 t/db_dependent/SIP/Transaction.t | 62 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 63 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list