[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-72-gd52983cf3d

Git repo owner gitmaster at git.koha-community.org
Thu Feb 6 21:51:28 CET 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  d52983cf3d448d18b0b0086968a506522e3cc816 (commit)
      from  c46c1d1686346b5087cac2bd0c56d662ca0dab03 (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 d52983cf3d448d18b0b0086968a506522e3cc816
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jan 28 13:57:32 2020 +0000

    Bug 24485: Allow hold when some can be overridden
    
    The check to see if we can place a hold counts the number that we can override vs the number of items on the record.
    
    We cannot override if we already have a hold on an item, however, we don't count these to see if they plus
    the number of overrides equal the items on the record.
    
    To test:
    1 - Set max reserves to 2, allow 2 holds per recrod
    2 - Place 2 holds for a patron on some records
    3 - Find another record with 2 items
    4 - Place a hold on the first item, you will be notified about the limit but you can override
    5 - Attempt to place hold on second item, cannot be done, button disabled
    6 - Apply patch
    7 - Repeat
    8 - You can place the second hold
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 reserve/request.pl | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list