[koha-commits] main Koha release repository branch master updated. v3.14.00-450-g7efc105

Git repo owner gitmaster at git.koha-community.org
Wed Feb 19 20:45:07 CET 2014


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, master has been updated
       via  7efc10542be6d836c52cf598174e28f84a9d6470 (commit)
       via  ba689152e431217c8dd02d6ce0b8d14ae8d9f5da (commit)
      from  a97f21ad3ba53ecd30089c7f802ab9b3ad430806 (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 7efc10542be6d836c52cf598174e28f84a9d6470
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Feb 19 20:04:22 2014 +0000

    Bug 11644: (follow-up) add FIXME
    
    Arithmetic with monetary amounts is a *hard* problem -- or if
    not hard, at least super-fiddly, particularly since in theory
    a Koha database could have to deal with dozens of currencies
    if used by a large research library.  This patch adds a FIXME
    implicitly commenting on the poor state of affairs of available
    monetary calculation modules on CPAN.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ba689152e431217c8dd02d6ce0b8d14ae8d9f5da
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 30 12:39:19 2014 -0500

    Bug 11644: fix occasional failure to update fund amount due to floating-point math
    
    When attempting to update a fund, if the amount unalloccated for the
    fund is equal to the total, you can be prevented from saving. This is
    due to imprecise floating point number comparison in
    check_parent_total.pl
    
    Test Plan:
    1) Create a fund where the amount unallocated is equal to the amount
       unallocated for the budget period
    2) Edit the fund, attempt to change the name of the fund
    3) Note you recieve an error and cannot save
    4) Apply this patch
    5) Repeat step 2
    6) Note you can now update the fund
    
    Signed-off-by: Sean McGarvey <smcgarvey at pascocountyfl.net>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 admin/check_parent_total.pl |    8 ++++++++
 1 file changed, 8 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list