Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.4
-
Fix Version/s: 5.1.1
-
Component/s: None
-
Labels:None
Description
CORE-4175 attempted a fix and failed because it used a wrong understanding of exchange rates. It assumes that an exchange rate of .5 means that the currency has a value .5 that of a USD. In reality, a .5 exchange rate means that a USD is worth .5 of the currency.
To reproduce:
- Create a currency with an exchange rate of 2
- Create a service with a USD pricing
- Edit the service
- Select the 2 currency as the override currency and set the override price to twice that of the current price
- Look at the totals preview box and see that instead of 0 it shows a price roughly 3 times that of the package price
This task should simply revert the changes from CORE-4175, while CORE-4378 should implement correct currency conversion