[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.11-34-g321afcfe74

Git repo owner gitmaster at git.koha-community.org
Tue Nov 24 01:36:56 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  321afcfe745e1423f106bfa435e452191c4a7fd7 (commit)
      from  4a2fcd6604ec4f7490334ba98b038d46bf3a8cfb (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 321afcfe745e1423f106bfa435e452191c4a7fd7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Sep 4 12:47:58 2020 +0000

    Bug 25758: Return on_reserve over too_soon when not calling from automatic_renewals cron
    
    Bug 19014 altered CanBookBeRenewed to return (auto_)too_soon over on_reserve
    
    For cron purposes this is the correct behaviour.
    
    For display purposes we wish to see on_reserve over too_soon
    
    This patchset adds a switch to 'CanBookBeRenewed' to alter the priority of these statuses
    
    To test:
     1 - set NoRenewalBeforePrecision to date only
     2 - set a circ rule to auto-renewal=yes, no renewal before=0, checkout period to 7 days
     3 - check item out
     4 - confirm item shows Scheduled For Automatic Renewal in issues table
     5 - place a hold on the item for another patron
     6 - reload issues table for patron 1, confirm checkout still shows "scheduled for automatic renewal" rather than "on hold"
     7 - change No Renewal Before value to 7
     8 - reload issues table for patron 1, confirm checkout now shows "on hold"
     9 - Apply patch
    10 - restart_all
    11 - Reload the issues table - confirm 'on_hold' still shows
    12 - Change No Renewal Before to 0
    13 - Refresh issues table, still shows 'On hold'
    14 - perl misc/cronjobs/automatic_renewals.pl -v
    15 - Result shows 'auto_too_soon'
    16 - prove -v t/db_dependent/Circulation.t
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 C4/Circulation.pm                   | 26 ++++++++++++++++----------
 misc/cronjobs/automatic_renewals.pl |  2 +-
 t/db_dependent/Circulation.t        | 10 ++++++++--
 3 files changed, 25 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list