[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-45-g220b3d6

Git repo owner gitmaster at git.koha-community.org
Tue Jun 5 22:03:45 CEST 2012


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.8.x has been updated
       via  220b3d6c9c3349033668746ceacf03fcbb38725a (commit)
      from  79a4a67a0fbec40c11de72f7356512ce961c9cf3 (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 220b3d6c9c3349033668746ceacf03fcbb38725a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 1 14:30:05 2012 -0400

    Bug 8182 - Problem with overdue fine calculations after upgrade
    
    Items that were overdue and still out as of 5/26 (date of Upgrade) were charged
    overdue fines as of 5/26.  When the items DO come back, the overdue fines are
    calculated again from the due date to the date of checkin.  Therefore the
    patron is being charged double overdue fines from the original date up to 5/26.
    
    This is caused by issues.date_due being changed to a datetime, with the
    hour/minute/secons time portion defaulting to 00:00:00. It should be 23::50::00 instead.
    
    This is an unusual patch as it modifies a previous database update. This
    make sense because if a install has already been updated past the db rev
    update, this fix will be too late. It will only help those that have not
    updated past that db revision.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list