[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.06-52-g42f885d5b7

Git repo owner gitmaster at git.koha-community.org
Fri Jun 19 06:10:03 CEST 2020


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, 19.11.x has been updated
       via  42f885d5b7c4c7299f80309d2962fd8a7183393f (commit)
       via  7cb30b79d71a663e038fdca32ae60b431b4af9c9 (commit)
      from  b0c7a80c5acf76d78f07d75724c9c1afdfad935b (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 42f885d5b7c4c7299f80309d2962fd8a7183393f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat May 30 00:56:04 2020 +0000

    Bug 25545: (follow-up) Fix capitalization
    
    Total + Adjustments + Shipment cost ($)
    
    changed to:
    Total + adjustments + shipment cost ($)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f98f2edf0a1515ce727e670ecaecd4f9295f34cb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 31969accb3dd74ee103c1d7d9fb77141210b1658)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 7cb30b79d71a663e038fdca32ae60b431b4af9c9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed May 27 10:38:03 2020 +0000

    Bug 25545: Add adjustments to total tax included
    
    Adjustments are not affected by tax, they are meant as a way to alter invoice
    values after receiving (damaged items, refuneds, extra charges, etc)
    
    When adjustments were added the tax included column was missed
    
    To test:
    - Add a basket with at least one order
    - Close it
    - Receive shipment
    - Receive the order
    - Finish receiving
    - Add an adjustment of any amount
    - Verify in the invoice details table:
      - Total tax exc. is showing including the adjustmnt
      - Total tax inc. is missing the adjustment
    - Apply patch
    - Reload
      - Total tax exc. is showing including the adjustmnt
      - Total tax inc. is showing including the adjustment
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 286a739b5cd906a55b2dc97e6ab1ef9ffb00a6f7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 4be984e5e037b2c9767cb6c085e37ba20b3a8448)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list