[koha-commits] main Koha release repository branch master updated. v16.11.00-35-g3e112f3

Git repo owner gitmaster at git.koha-community.org
Fri Dec 9 17:26:42 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  3e112f3837346b500ce863a248920d3207e27131 (commit)
      from  167c74bfd386287783e101989b804077b1020369 (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 3e112f3837346b500ce863a248920d3207e27131
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 22 15:28:04 2016 +0000

    Bug 17668: Fix typo in parcel.pl - listinct vs listincgst
    
    This typo has been introduced by
      commit eed14b080db8691f371b4c19f1a190b87fcc396a
        Bug 13001: Refactor VAT and price calculation - parcel page
    So before the tax rewrite (13321, 13323).
    It sounded weird to me that testers did not catch the bug on this page.
    
    To understand the logic:
    Conditions are listincgst, invoiceincgst
    Conditions | Before this patch |  If we fix the typo  | After this patch
     0     0   |    excluded       |    excluded          |   excluded
     0     1   |    included       |    included          |   included
     1     0   |    excluded       |    excluded          |   excluded
     1     1   |    included       |    included          |   included
    
    Test plan:
    Create 4 vendors with the difference combinations
    Create a basket, add an order (with a tax) and receive it
    Confirm that the different values displayed on the parcel page are correct
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 acqui/parcel.pl |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list