[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-14-gc8a3e85

Git repo owner gitmaster at git.koha-community.org
Mon Jun 10 21:48:42 CEST 2013


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, 3.10.x has been updated
       via  c8a3e85d3c7a9516336cf920075f8b9a943c35d2 (commit)
      from  0debaa73cdfd3579701a9d3578cc008197ce739f (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 c8a3e85d3c7a9516336cf920075f8b9a943c35d2
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Tue Apr 30 08:56:22 2013 +1200

    Bug 10120: Adding a syspref to control if overdue charges are updated on return
    
    On by default.
    
    To Test
    
    1/ Create an overdue item, that should get fines
    2/ Return the item
    3/ Check the borrowers record to see if the fine has been added/updated
    
    Apply patch
    1/ Make sure preference is set to do
    Repeat steps 1-3 above
    
    2/ Switch the preference to don't
    Repeat stes 1-2
    3/ Check the fine hasn't been added/updated
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass, works as described.
    I would categorize this a bug fix for libraries that don't want
    the new changed  behaviour that was introduced by recalculating
    fines on return.
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit fc61bd30186b0305579c5dee0a14f9d2733cd5db)
    
    Solved conflicts in:
    	installer/data/mysql/sysprefs.sql
    	installer/data/mysql/updatedatabase.pl
    and changed DB version number.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 1c6ab7f78575e7cc4eaee3eca397002ba9e23c8e)
    
    Solved conflicts in:
    	installer/data/mysql/sysprefs.sql
    	installer/data/mysql/updatedatabase.pl
    and changed DB version number.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 1c6ab7f78575e7cc4eaee3eca397002ba9e23c8e)

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

Summary of changes:
 C4/Circulation.pm                                  |    4 +++-
 installer/data/mysql/sysprefs.sql                  |    7 +++++++
 installer/data/mysql/updatedatabase.pl             |   12 ++++++++++++
 .../en/modules/admin/preferences/circulation.pref  |    7 +++++++
 4 files changed, 29 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list