Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
Katrin Fischer 9d02c71166
Bug 31513: Remove price formatting form data- attributes
We cannot use data formatted with a decimal comma for
calculations. So we need to make sure that the data- attributes
passed to the modals are in 'database format' with decimal .

This will fix the NaN errors on the forms, but might also
negatively effect formatting in some spots.
Formatting should be fixed separately as this is for sure the
right first step, but we need to put in more work for displays.

To test:
* Set CurrencyFormat system preference to FR
* Go to any patron account > accounting tab
* Create a credit
* On Transactions tab: Payout amount at bottom = Verify NaN in input
* On Transactions tab: Issue payout on the credit line = Verify NaN in input
* Create a manual debit and pay it
* On Transactions tab: Issue refund = Verify NaN in input
* Apply patch
* Repeat test plan
* Now all input fields should be set with the correct amounts

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

Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-09-16 09:49:28 -03:00
..
accountline-details.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
apikeys.tt
boraccount.tt Bug 31513: Remove price formatting form data- attributes 2022-09-16 09:49:28 -03:00
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
mancredit.tt Bug 30335: (follow-up) Bind new permissions to pages and tabs 2022-08-31 08:41:01 -03:00
maninvoice.tt Bug 30335: (follow-up) Bind new permissions to pages and tabs 2022-08-31 08:41:01 -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 Bug 29971: Remember selections across patron search pages 2022-08-05 14:48:49 -03:00
memberentrygen.tt Bug 23681: (QA follow-up) Fix memberentry page display 2022-08-25 08:41:07 -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
moremember.tt Bug 31486: Redirect to proper page after message deletion 2022-09-12 16:17:21 -03:00
notices.tt Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
pay.tt Bug 30335: (follow-up) Bind new permissions to pages and tabs 2022-08-31 08:41:01 -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 23838: (QA follow-up) Move include files 2022-07-22 12:53:50 -03:00
recallshistory.tt Bug 31153: Correct include for patron-search-header 2022-07-18 11:20:06 -03:00
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