Hardcoded dollar currency symbol in event registration modals
In this screenshot the event currency is set to GBP (£), but the total amount is shown as USD ($). The totals are being summed correctly, but the symbol is hardcoded:
It looks like the currency symbol is hardcoded in templates/CRM/Price/Form/LineItem.tpl
.
A similar issue occurs when attempting to change selections for the event. In this case, the currency symbol is not hardcoded, but defaults to the default currency code for the installation - not for the currency code associated with the event.
Both of these occurences should be updated to use the currency configured as part of the event (on the Fees tab).