[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-67-gff077e3

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 13:35:26 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  ff077e30d3c519377966e0e4715e46a2f75765d3 (commit)
       via  a2c0ce097c7623afedb7d3040f3afff8d7ea868c (commit)
      from  da6b078cf415eb2164910b5392848004c41b1d62 (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 ff077e30d3c519377966e0e4715e46a2f75765d3
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Mon Feb 10 10:09:21 2014 +0100

    Bug 11680: (follow-up) fix unexpected tax rate changes on edit
    
    Follow-up to fix similar issue on vendor edit.
    
    If the tax rates in Acquisitions -> gist system preference
    are entered with trailing zeroes, given vendor tax rate value
    may not be correctly handled on vendor edit.
    
    Test plan for this follow-up:
    
    1) insert some tax rates with trailing zeroes in gist
    system preference (e.g: '0|0.080|0.12|0.20|0.23')
    2) add some vendors, choosing 8.0% 12.0% 20.0% 23.0%
    as gst rate
    3) try to modify them
    4) note that vendors with 12.0% and 23.0% tax rates are
    preserving previously choosen rates on edit, while
    the ones with 8.0% and 20.0% do not (they are defaulting
    to the first defined tax rate)
    5) apply the patch
    6) repeat 2) and 3)
    7) all tax rates configured in system prefrence shall now
    behave properly while editing vendors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f3cb186de5d60395d5d681dc5e83971d0717592a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a2c0ce097c7623afedb7d3040f3afff8d7ea868c
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Wed Feb 5 11:16:14 2014 +0100

    Bug 11680: fix case where tax rate changes unexpectedly on editing an order
    
    If the tax rates in Acquisitions -> gist system preference are entered
    with trailing zeroes, given order tax rate value may not be correctly
    handled on order edit.
    
    To test:
    
    1) insert some tax rates with trailing zeroes in gist
    system preference (e.g: '0|0.080|0.12|0.20|0.23')
    2) place some new orders, choosing 8.0% 12.0% 20.0% 23.0%
    as gst rate
    3) try to modify them
    4) note that orders with 12.0% and 23.0% tax rates are
    preserving previously choosen rates on edit, while
    the ones with 8.0% and 20.0% do not (they are defaulting
    to the first defined tax rate)
    5) apply the patch
    6) repeat 2) and 3)
    7) all tax rates configured in system prefrence shall now
    behave properly while editing orders
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Confirmed the problem and that this patch fixes it.
    Problem also exists for editing the default tax rate of a vendor.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 471215dc46e5a65360a3bde53666f62f809f0861)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/neworderempty.pl |    2 +-
 acqui/supplier.pl      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list