[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.15-23-g9c9478c5c5

Git repo owner gitmaster at git.koha-community.org
Thu Apr 16 03:26: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, 18.11.x has been updated
       via  9c9478c5c564a1b00848a350ec2cdd250ca43ae6 (commit)
      from  9cce44c5cb6a418e5e2af3b86176986415649735 (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 9c9478c5c564a1b00848a350ec2cdd250ca43ae6
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Feb 20 01:36:32 2020 +0000

    Bug 24688: Check the priority of the fulfilled hold when fixing priorities
    
    Currently when fixing priorities of existing holds, priorities aren't
    fixed when checking out a middle priority hold because the hold has been
    fulfilled and deleted. This patch adds a check for, if the hold can't be
    found, an old hold with the required reserve_id.
    
    To test:
    1. Place at least four holds on a biblio for different borrowers
    2. Check out an item to the 3rd priority borrower
    3. Check the existing holds table for the biblio. The priorities might be
    out of order, or try clicking the dropdowns and there might be an empty
    dropdown option, or open the browser developer tools and notice the option
    values in the select are missing value=3.
    4. Apply patch and restart memcached
    5. Check out an item to the 2nd priority borrower
    6. Check the existing holds table for the biblio. Confirm the priorities
    have been fixed and are now consecutive with no gaps.
    
    Sponsored-by: Chartered Accountants Australia and New Zealand
    Signed-off-by: Emmi Takkinen <emmi.takkinen at outlook.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit b17c16f9106eb159a1690da80a2a46b1f3a165ab)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit d29f435e2676e104ae84bac840924c48f54b5568)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

Summary of changes:
 C4/Reserves.pm | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list