[koha-commits] main Koha release repository branch master updated. v3.22.00-195-g22db2a8

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 16:39:33 CET 2015


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  22db2a85f90172a0a5176a56d1ca3c66fe14f175 (commit)
       via  6ecd9311beeb31e2c53385908d676c5cd3e0ee44 (commit)
       via  c42de7460b9bae9458e2345f6ba8f017d8a12b0c (commit)
       via  eac4649a3fbdf293b906f7accc3025b246ecfb70 (commit)
       via  a6f9ad30974a5dcfaefe445dde96fd4a7a78d146 (commit)
      from  7c68fb26737206c4fae05e2841a0439038512cca (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 22db2a85f90172a0a5176a56d1ca3c66fe14f175
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 15:35:31 2015 +0000

    Bug 9129 - DBrev 3.23.00.010
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6ecd9311beeb31e2c53385908d676c5cd3e0ee44
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 15:31:19 2015 +0000

    Bug 9129 [QA Followup] - Make unit test file conform to PBP
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c42de7460b9bae9458e2345f6ba8f017d8a12b0c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 22 06:40:12 2015 -0400

    Bug 9129 - Add the ability to set the maximum fine for an item to its replacement price
    
    This patch adds the ability to set the maximum fine for a given item to
    its replacement price ( assuming the replacement price is set ). If
    overduefinescap is also set, the fine will be the lesser of the two, if
    both apply to the given overdue checkout.
    
    To enable this new limit, create or edit your circulation rules and
    check the checkbox for "Cap fines at replacement price"
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Pick an item, and set it's replacement price to 3.99
    4) Edit the circulation rule that would apply to this item
       and the patron you will check it out to.
    5) Check out the item to the patron, and backdate the due date
       such that the fine generated would be more than 3.99
    6) Enable CalculateFinesOnReturn
    7) Return the item, and view the fine generated, it should be 3.99
    
    Signed-off-by: Cindy Murdock Ames <cmurdock at ccfls.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit eac4649a3fbdf293b906f7accc3025b246ecfb70
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 15:29:13 2015 +0000

    Bug 9129 - Update schema
    
    Signed-off-by: Cindy Murdock Ames <cmurdock at ccfls.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a6f9ad30974a5dcfaefe445dde96fd4a7a78d146
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 22 06:38:57 2015 -0400

    Bug 9129 - Update database
    
    Signed-off-by: Cindy Murdock Ames <cmurdock at ccfls.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Overdues.pm                                     |    5 +-
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/Issuingrule.pm                  |   12 +-
 admin/smart-rules.pl                               |   52 +++----
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/updatedatabase.pl             |   12 ++
 .../prog/en/modules/admin/smart-rules.tt           |   45 ++++--
 t/db_dependent/Circulation/CalcFine.t              |  146 ++++++++++++++++++++
 8 files changed, 233 insertions(+), 42 deletions(-)
 create mode 100644 t/db_dependent/Circulation/CalcFine.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list