Skip to content

fix failure to calculate total with non-US separators

masetto requested to merge Samuele.Masetto/lineitemeditor:total-amount into master

If I have a decimal separator other than ".", I have an error in calculation of total amount:

image.png

Then I removed the thousand and decimal detection in the function calculateTotalAmount because we can use separator and thousandMarker already defined by contribution, participant, etc.

Merge request reports