case 4586

This commit is contained in:
2024-06-03 18:31:49 +00:00
parent dd11358de6
commit 9264a2296b
5 changed files with 15 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound,
Mismatch issue: if you are not in the USA and see currency values incorrectly displayed on reports with the prefix "US" as in "US$2.22" this indicates that there is a mismatch between your country code and the default currency code for the US.
For example if you're in Canada and your country code is defaulting to `en-ca` and you do not set the currency code to `CAD` but leave it to it's default of `USD` the dollar values will automatically be prepended with "US" to the diplsy on reports due to this mismatch.
For example if you're in Canada and your country code is defaulting to `en-ca` and you do not set the currency code to `CAD` but leave it to it's default of `USD` the dollar values will automatically be prepended with "US" to the display on reports due to this mismatch.
The solution is to explicitly set your matching currency code to your language seeting, for example `CAD`.