You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this! We’re taking a look into the issue with the currency display on the invoice. We’ll update you as soon as we have more information.
If you notice anything else in the meantime, feel free to share!
## Context
This PR fixes#3129
## Description
This PR will keep using symbols on invoice for currencies using "well
known" symbols (`$`, `€`, `£` and `¥`) but will fallback on ISO codes
for others:
- `100 USD`, or `100 CAD` will still be rendered as `$100.00`
- `100 BHD` will be rendred as `BHD 100.000`
The local is also taken into account, for example with french locale:
- `100 USD`, or `100 CAD` will still be rendered as `100.00 $`
- `100 BHD` will be rendred as `100.000 BHD`
Describe the bug
I have a customer with currency BHD, but the invoice is showing "arabic" currency, not the english.
Customer has "Document language" set to "English"
Expected behavior
It should show the same currency set on the customer profile.
Screenshots
Invoice PDF
Front Lago
Additional context
Add any other context about the problem here.
Version
The text was updated successfully, but these errors were encountered: