[koha-commits] main Koha release repository branch master updated. v16.11.00-918-g21992c7

Git repo owner gitmaster at git.koha-community.org
Fri Apr 28 12:28:41 CEST 2017


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  21992c7eca3442e868b14cbbd55a5c8b5d59c102 (commit)
      from  475c294b292eadcc7e8d20307c16591fdf8b9b71 (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 21992c7eca3442e868b14cbbd55a5c8b5d59c102
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 21 10:10:37 2017 -0400

    Bug 18471 - Receiving order with unitprice greater than 1000 processing incorrectly
    
    Receiving orders process the comma as a decimal point
    Invoices are displaying incorrectly when formatting total
    
    Test Plan:
    1. Open a basket
    2. Place an order for an item with price > 1000, $4367.00 for example
    3. Close basket
    4. Receive order
    5. Note on orderreceive.pl the price is populate as "4,367.00"
    6. Receive/Save
    7. Note the 'Actual Cost' is now $4.00, verify db contains 4 as well
    8. Cancel receipt
    9. Receive again, this time enter price as "4367"
    10. Receive/save
    11. Note actual cost is correct
    12. Finish receiving
    13. Note invoice reads total as $4.00
    14. Check db. price in aqorders is correct but displaying incorrectly
    15. Apply this patch
    16. Repeat step2 1. 14, note errors are fixed
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 acqui/finishreceive.pl |    3 +++
 acqui/invoice.pl       |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list