[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-57-g5415226

Git repo owner gitmaster at git.koha-community.org
Mon May 19 16:50:01 CEST 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, 3.14.x has been updated
       via  54152268aea7fdeb0a48b8c1ced00dde61bb9c59 (commit)
       via  984758cd3c76276366be05149324df6a17916cad (commit)
      from  c0a00518e4ba03b00e6a8f1e4bf9b448f69a9d49 (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 54152268aea7fdeb0a48b8c1ced00dde61bb9c59
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>
    (cherry picked from commit 7efc10542be6d836c52cf598174e28f84a9d6470)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 984758cd3c76276366be05149324df6a17916cad
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>
    (cherry picked from commit ba689152e431217c8dd02d6ce0b8d14ae8d9f5da)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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