[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-23-g32e1276

Git repo owner gitmaster at git.koha-community.org
Sun Oct 28 21:19:41 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, 3.8.x has been updated
       via  32e12765d2e986b5863e90c704ceb63d7b98cb3b (commit)
       via  c959e464ffb8728144335ce71a130c8a2904b642 (commit)
      from  dce26ca35ccb6e9c567af7850e6a2efd631bbe46 (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 32e12765d2e986b5863e90c704ceb63d7b98cb3b
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c959e464ffb8728144335ce71a130c8a2904b642
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl             |    3 +-
 .../fix_accountlines_rmdupfines_bug8253.pl         |  120 ++++++++++++++++++++
 2 files changed, 122 insertions(+), 1 deletions(-)
 create mode 100755 misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list