Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Katrin Fischer c54e1de8b2
Bug 30567: Fix price formatting when adding a manual invoice with CurrencyFormat FR
In input fields we always use the decimal . while the display format
uses the decimal separtor definded by CurrencyFormat. When adding a
manual invoice without this patch, the amount is shown with comma, but
it should be . in the input field.

To test:
1- Go in Administration->Debit types
2- Click on New debit type
3- Fill the form:
   Code: USEDBOOK
   Default amount: 0.50
   Description: Used book
   Can be manually invoiced: Yes
4- Save
5- Go to any patron account
6- Go to the "Accounting" tab
7- Click on "Create manual invoice"
8- Fill the form
9- Choose the created debit (Used book)
10- Verify that the format is incorrect (0,50 instead of 0.50)
11- Apply the patch
12- Verify the amount is now using the correct format

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-07-05 09:57:57 -03:00
..
acqui Bug 23991: Move SearchSuggestion to Koha::Suggestions 2022-06-27 12:30:28 -03:00
admin Bug 30990: Fix DefaultHoldPickupLocation system preference description 2022-07-05 09:56:24 -03:00
authorities Bug 30936: (follow-up) Add markup comments 2022-06-25 11:22:51 -03:00
basket Bug 30733: Split strings differently 2022-06-17 10:16:44 -03:00
batch
catalogue Bug 30275: Rename issues.renewals to issues.renewals_count 2022-07-05 09:45:55 -03:00
cataloguing Bug 30871: Add/expand title text for LDR/06 and 008 Type of material 2022-06-25 10:49:27 -03:00
circ Bug 29129: Update DisplayClearScreenButton to allow for a choice between issueslip and issueqslip 2022-06-25 10:56:50 -03:00
clubs
course_reserves
errors
ill
installer
labels Bug 30733: Simplify some singular cases 2022-06-17 10:16:43 -03:00
mana
members Bug 30567: Fix price formatting when adding a manual invoice with CurrencyFormat FR 2022-07-05 09:57:57 -03:00
offline_circ
onboarding
patron_lists
patroncards Bug 30733: Simplify some singular cases 2022-06-17 10:16:43 -03:00
plugins
pos
recalls
reports Bug 26486: Group edit buttons in reports toolbar 2022-06-27 12:32:24 -03:00
reserve Bug 21978: Use patron-title.inc in request.tt 2022-06-24 12:29:01 -03:00
reviews
rotating_collections
serials Bug 30609: (follow-up) Add markup comments 2022-06-25 10:55:26 -03:00
services
suggestion Bug 23991: (QA follow-up) Fix tabbing 2022-06-27 12:30:46 -03:00
tags
test
tools Bug 31062: Change description of QOTD tool in tools-home 2022-07-01 16:40:07 -03:00
virtualshelves Bug 21978: (follow-up) Stop passing holdfor_cardnumber 2022-06-24 12:29:14 -03:00
about.tt
auth.tt
intranet-main.tt