Skip to content

Fix AmountEdit to work with any locale settings.

Jeremy Whiting requested to merge fixAmountEditValidation into 5.1

Don't add () around values for AmountEdit since they don't validate with QDoubleValidator. Filter that out when AmountEdit uses MyMoneyMoney::formatMoney() so credit limits work on locales where the negative currency is set to show () around negative values.

Merge request reports