[koha-commits] main Koha release repository branch master updated. v16.11.00-37-g36c608a

Git repo owner gitmaster at git.koha-community.org
Fri Dec 9 17:32:41 CET 2016


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  36c608ab846c97aa76ea2fd721c7ce09f2c638ed (commit)
       via  cb3d6625e87fbc861c11e181cea36f9f9cd329cc (commit)
      from  3e112f3837346b500ce863a248920d3207e27131 (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 36c608ab846c97aa76ea2fd721c7ce09f2c638ed
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Dec 8 17:19:03 2016 +0000

    Bug 14541 (QA followup) Add warning to gist system preference
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit cb3d6625e87fbc861c11e181cea36f9f9cd329cc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 9 09:13:27 2016 +0000

    Bug 14541: Do not truncate tax rate values
    
    Tax rates are stored in decimal(6,4) fields which means that 4 decimals
    are allowed.
    If a tax rate is 8.42%, it is stored as 0.0842
    If a tax rate has more precision than that, Koha won't deal correctly
    with it. We will need to update the DB structure.
    
    With this patch, the tax rate will be displayed with the same precision
    as in the DB. So if you enter 8.42, you will see 8.42% instead of 8.4%
    without this patch.
    
    Test plan:
    Do a full acquisition workflow with a tax rate like 8.42% and confirm
    that it is correctly displayed.
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt          |    6 +++---
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt         |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt   |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt    |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt          |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt        |    6 +++---
 .../prog/en/modules/admin/preferences/acquisitions.pref          |    1 +
 7 files changed, 14 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list