[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-35-gfe5e750

Git repo owner gitmaster at git.koha-community.org
Fri Oct 5 13:57:49 CEST 2018


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, 18.05.x has been updated
       via  fe5e75057158f0d274d00d987248cf7758ef197c (commit)
       via  8d3b64400b127bf2a417a26a0592586d0660c4d1 (commit)
       via  794e3af801bd38d134bca26395b3ad0b2ac7f1a7 (commit)
      from  6427906fcccea22327db3c1d78847fed5ba9e7fb (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 fe5e75057158f0d274d00d987248cf7758ef197c
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Sep 19 08:07:57 2018 +0000

    Bug 21167: (QA follow-up) Use accounttype.inc for generating account description
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a6a7516652115ccc49099f045ed8c23a9f29eb26)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8d3b64400b127bf2a417a26a0592586d0660c4d1
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Sep 19 07:53:32 2018 +0000

    Bug 21167: (QA follow-up) Fix amount formatting on invoice receipt
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c86485f933a0eabdb8af215c5b74c5416d2cb95a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 794e3af801bd38d134bca26395b3ad0b2ac7f1a7
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Aug 8 19:26:47 2018 +0000

    Bug 21167: Fix price formatting on printed fee invoice and receipt
    
    The prices were not formatted correctly on the printed receipts
    for fines and payments in the patron account.
    
    This patch introduces the use of the Price TT plugin to those
    templates.
    
    Also:
    - Fixes a few capitalization errors
    - Removes spaces in front of :
    - Updates accounttype-to-description list to the one used
      in other templats as a lot of values were missing (Credit etc.)
    
    To test:
    - Create several fines, use some .00 and some with other values
    - Pay some fines
    - Create a manual credit
    - Use print button for all of those (credit, fee, payment)
    - Verify that:
      - prices ending in .00 are displayed without the decimal part
      - instead of Credit only C is shown in the description
    - Apply patch
    - Print invoices and receipts again
    - Verify that:
      - prices are now formatted according to CurrencyFormat system
        preference, decimal part always included
      - verify that correct description for Credit is shown
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 184c44ee31bf54ad179f9fb9fd501114902a0176)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../prog/en/modules/members/printfeercpt.tt        |   25 ++++++--------------
 .../prog/en/modules/members/printinvoice.tt        |   23 +++++-------------
 members/printfeercpt.pl                            |    7 +++---
 3 files changed, 16 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list