[Koha-bugs] [Bug 22119] Add price formatting in circulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 15 03:08:19 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22119

Jasmine Amohia <jasmineamohia.student at wegc.school.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83839|0                           |1
        is obsolete|                            |

--- Comment #2 from Jasmine Amohia <jasmineamohia.student at wegc.school.nz> ---
Created attachment 83921
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83921&action=edit
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>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list