[koha-commits] main Koha release repository branch master updated. v16.11.00-1063-g61f2692

Git repo owner gitmaster at git.koha-community.org
Fri May 12 16:38:17 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  61f26926aabce194d4f72da6a9216dff0e1b53e7 (commit)
       via  d08a0bc68505307da187b3b0b215cddd2b0ee742 (commit)
       via  8924f1e23650565bd2317ff10c7c07450098251d (commit)
      from  0c2cfc8ac12537929636ebd87b79fd894b38e849 (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 61f26926aabce194d4f72da6a9216dff0e1b53e7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 12 09:32:39 2016 +0100

    Bug 15582: Fix grammar in syspref description
    
    Signed-off-by: Jonathan Field <jonathan.field at ptfs-europe.com>
    Signed-off-by: Janet McGowan <janet.mcgowan at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d08a0bc68505307da187b3b0b215cddd2b0ee742
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 14 14:52:06 2016 +0000

    Bug 15582: Ability to block auto renewals if OPACFineNoRenewals is reached
    
    If a patron owes more than the OPACFineNoRenewals value, the issue won't
    be auto renewed anymore (driven by the new pref OPACFineNoRenewalsBlockAutoRenew).
    
    Test plan:
    Note: You will have to manually change data in your DB, make sure you
    have access to the sql cli.
    1/ Set the OPACFineNoRenewals to 5 (for instance)
    2/ Set OPACFineNoRenewalsBlockAutoRenew to block
    3/ Check an item out to a patron and mark is as an auto renewal
    4/ Make sure the patron does not have any fees or charges.
    5/ Execute the automatic renewals cronjob script (misc/cronjobs/automatic_renewals.pl)
    Confirm that the issue has been renewed
    6/ Create an invoice for this patron with a amount > OPACFineNoRenewals (6
    for instance)
    7/ Execute the automatic renewals cronjob script (misc/cronjobs/automatic_renewals.pl)
    Confirm that the issue has not been renewed.
    8/ Set OPACFineNoRenewalsBlockAutoRenew to allow
    9/ Execute the automatic renewals cronjob script (misc/cronjobs/automatic_renewals.pl)
    Confirm that the issue has been renewed
    
    Sponsored-by: University of the Arts London
    Signed-off-by: Jonathan Field <jonathan.field at ptfs-europe.com>
    Signed-off-by: Janet McGowan <janet.mcgowan at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8924f1e23650565bd2317ff10c7c07450098251d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 14 15:03:27 2016 +0000

    Bug 15582: DB changes - add new pref OPACFineNoRenewalsBlockAutoRenew
    
    Sponsored-by: University of the Arts London
    Signed-off-by: Jonathan Field <jonathan.field at ptfs-europe.com>
    Signed-off-by: Janet McGowan <janet.mcgowan at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    8 ++++
 installer/data/mysql/atomicupdate/bug_15582.sql    |    2 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../en/modules/admin/preferences/circulation.pref  |    7 ++++
 .../intranet-tmpl/prog/en/modules/circ/renew.tt    |    2 +-
 t/db_dependent/Circulation.t                       |   42 +++++++++++++++++++-
 6 files changed, 60 insertions(+), 2 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_15582.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list