[koha-commits] main Koha release repository branch new/bug_7597 created. v3.06.00-808-g9e11576

Git repo owner gitmaster at git.koha-community.org
Wed Mar 21 17:50:55 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_7597 has been created
        at  9e11576caa87e40456255e727df4379ec799f672 (commit)

- Log -----------------------------------------------------------------
commit 9e11576caa87e40456255e727df4379ec799f672
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Mar 8 14:35:08 2012 -0500

    Bug 7597 - Part 5 - Remove my from $branch, which was masking previous declaration
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit c5abb58f7c9e4cfa01829dd2f388b14784b0141f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 5 15:29:44 2012 -0500

    Bug 7597 - Part 4 - Change C4::Acounts::WriteOff to WriteOffFee
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>

commit 360e2f82e78d9205038f77a34a12b48c9f1630af
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 28 09:34:59 2012 -0500

    Bug 7597 - Part 3 - fines not recording the right info in the stats table
    
    This commit fixes writeoff_all to write off only the amount outstanding
    for each fine being written off, rather than the original amount owed.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    Tested all three patches together and was able to write off single
    and multiple fines and the data was correct in the stats table.

commit db946ffd58094ec6287f991493a8df7bd7298f71
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 28 09:17:04 2012 -0500

    Bug 7597 - Part 2 - move sub writeoff to C4::Accounts
    
    Currently, the subroutine writeoff lives in pay.pl, which
    is a violation of the Koha coding guidelines, as it writes
    to the database. This commit restructures and moves writeoff
    to C4::Accounts::WriteOff(), and modifies pay.pl to use it.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    Tested all three patches together and was able to write off single
    and multiple fines and the data was correct in the stats table.

commit 870006e50f244d5910c2481a2553e58a589ffd47
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 28 08:47:43 2012 -0500

    Bug 7597 - Part 1 - fines not recording the right info in the stats table
    
    Koha was writing off the value of accountlines.amount rather
    than the value of accountlines.ammountoutstanding.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    Tested all three patches together and was able to write off single
    and multiple fines and the data was correct in the stats table.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list