Wrong currency symbol when exporting invoices
Describe the bug While exporting an invoice as PDF, it always exports with a dollar sign, instead of the currency symbol used everywhere else.
To Reproduce Steps to reproduce the behavior:
- Set Solid Invoice to use a different currency (I'm using Brazilian Real)
- Generate an invoice
- Click to export PDF
- Check currency on the PDF against what's on the platform
Expected behavior Same currency symbol on PDF as on the platform.
Version used (please complete the following information):
- 2.3.10
@dioneimiodutzki I'm not able to re-produce this. Can you perhaps add some screenshots showing the differences in currencies?
@pierredup sure! This is how an invoice looks on the frontend:
And when I click on PDF, this is the result in the PDF:
I'm using "Canadian dollar" as currency for system config:
But this client in particular is set to use "Brazililan real":
So it looks like the frontend is using the client's currency, but the PDF uses the system config.
This has been fixed and is part of the 2.3.11 release