Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
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
..
accountline-details.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
apikeys.tt
boraccount.tt
deletemem.tt
discharge.tt
discharges.tt
files.tt
holdshistory.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
housebound.tt
ill-requests.tt Bug 29648: (follow-up) Add missing raw filter 2022-04-27 11:20:45 -10:00
mancredit.tt
maninvoice.tt Bug 30567: Fix price formatting when adding a manual invoice with CurrencyFormat FR 2022-07-05 09:57:57 -03:00
member-flags.tt Bug 30806: Migrate to patron-title in member-flags 2022-06-08 11:43:19 -03:00
member-password.tt
member.tt
memberentrygen.tt Bug 21978: Add support for middle name 2022-06-24 12:24:11 -03:00
members-update.tt Bug 21978: Add support for middle name 2022-06-24 12:24:11 -03:00
merge-patrons.tt
moremember-brief.tt
moremember-print.tt Bug 30837 - Fix table width on 'Print summary' 2022-05-31 09:07:58 -03:00
moremember.tt Bug 21978: Add support for middle name 2022-06-24 12:24:11 -03:00
notices.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
pay.tt Bug 30807: Migrate to patron-title in pay and paycollect 2022-06-08 11:44:03 -03:00
paycollect.tt Bug 20395: Change paycollect to use Price formatter 2022-06-24 11:27:05 -03:00
printfeercpt.tt
printinvoice.tt
purchase-suggestions.tt Bug 23991: Move SearchSuggestion to Koha::Suggestions 2022-06-27 12:30:28 -03:00
readingrec.tt Bug 30275: Rename issues.renewals to issues.renewals_count 2022-07-05 09:45:55 -03:00
recallshistory.tt
routing-lists.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
search.tt Bug 13614: Replace usage of YUI on basket groups page 2022-06-07 09:32:17 -03:00
statistics.tt
two_factor_auth.tt Bug 30768: Capitalizing "pin" in 2FA setup 2022-06-09 09:43:29 -03:00
update-child.tt