[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-83-gc627ae1

Git repo owner gitmaster at git.koha-community.org
Fri Feb 15 00:14:36 CET 2019


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  c627ae18102f05931ddc97974144812a55731753 (commit)
      from  1212be7e4999d05d31e3e9b627e4312c641c50ab (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 c627ae18102f05931ddc97974144812a55731753
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 13 10:06:22 2019 +0100

    Bug 22119: Add price formatting in more places in circulation
    
    This adds some missing Price filters to some places in circulation.
    To check verify the amount are displayed according to setting
    of CurrencyFormat (use FR or CH for seeing a change)
    
    Use a patron account with no pending fines at the beginning
    for all tests.
    
    1)
    - Switch RentalFeesCheckoutConfirmation to "Ask"
    - Check out an item with a rental charge
    - Verify message is formatted correctly:
      Rental charge for this item: ...
    
    2)
    - Switch RentalsInNoissuesCharge to "Don't include"
    - Make sure patron has only Rental fines on their account
    - Check out another item
    - Verify message is formatted correctly:
      The patron has unpaid charges for holds, rentals etc ...
    
    3)
    - Switch BatchCheckouts to "Allow"
    - Add the patron category of your test patron to BatchCheckoutsValidCategories
    - Checkout any item
    - Verify the message in the information column is formatted correctly:
      The patron has unpaid charges for holds, rentals etc of ...
    
    Signed-off-by: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit dc6be66e2b2ec5917d7bec020d4e94c40baa9f6c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 26c59980fe123fc6033098ae374f57c4afd53aca)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt        |    4 ++--
 .../prog/en/modules/circ/circulation_batch_checkouts.tt            |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list