[koha-commits] main Koha release repository branch new/bug_8253 created. v3.08.00-1130-g7f628b1

Git repo owner gitmaster at git.koha-community.org
Sun Oct 28 19:19:43 CET 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, new/bug_8253 has been created
        at  7f628b12d46c56c44e18ec4b68a75e6ec77713aa (commit)

- Log -----------------------------------------------------------------
commit 7f628b12d46c56c44e18ec4b68a75e6ec77713aa
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 4 10:34:49 2012 -0400

    Bug 8253 - fix fine doubling, when upgrading from 3.6 to 3.8 - Add de-duplication script
    
    This script will remove these duplicate fines. To use, repeatably run this
    script until there are no more duplicates in the database.
    (fix_accountlines_rmdupfines_bug8253.pl)
    
    Duplicate fines would happen if you upgraded to a 3.8 version that does not have the
    bug8253 patch, and the misc/cronjobs/fines.pl is run. In 3.8 an upgrade to a more
    granular date/time was not addressed for pre-existing fine entries and this script
    removes the resulting duplicates. It also intelligently preserves the amount outstanding
    for payments already applied. If your version already had the bug8253 patch at the time
    of the upgrade, duplicate fines should not have been generatd.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 18297b04c1598d1fcf43e0d38a65426d1fc35162
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Oct 3 11:09:41 2012 +1300

    Bug 8253 - Fine doubling
    
    Provides a fix that during database upgrade, fines are correclty
    formatted. Once the misc/cronjobs/fines.pl is run in the
    upgraded database, it will not result in duplicate fines being
    generated.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list