Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.0
-
Fix Version/s: 3.3.0
-
Component/s: None
-
Labels:None
Description
When an admin adds a client for a service, they can select a package, config options, and addons.
If the client has a default currency set that is not the same as the selected package, then the pricing is converted. However, config option pricing is not converted. This can cause no pricing to be determined for config options, leading to the following error:
>Trying to get property of non-object on line 4486 in /app/controllers/admin_clients.php
If error reporting is off, the term/currency is not shown in the description (see screenshot attached), and the invoice is created without the config options.
Pricing is no longer converted. The package pricing term selected dictates the currency to be used for the service.