Bug 31513: Remove price formatting form data- attributes
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 11 Sep 2022 14:50:56 +0000 (16:50 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 16 Sep 2022 12:49:28 +0000 (09:49 -0300)
commit9d02c71166258425f58dc020b9e7a9b95f895bb9
tree4d2428798720aa19cfc9b79c1ba1357f16f8004b
parentc4b37e91134aa2c6fdcb4d7df732e47d26842a6f
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>
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt