Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.1.0-b1
-
Component/s: None
-
Labels:None
Description
The pricing presenters override the date formats (i.e. invoice line item dates; e.g. 'January 1, 2016 - January 1, 2017') to use the date formats set in Blesta. However, these date formats are not being overridden because the wrong keys are being used for pricing.options in the service provider, and when overriding them manually for the presenter.
Update the pricing.options to use the correct keys:
- dateFormat
- dateTimeFormat
rather than - date
- date_time