Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.1.0-b1
-
Component/s: None
-
Labels:None
Description
When a service is changed, the UI shows taxes and discounts in the totals section for the admin/client interface, however, once the invoice is created, the discounts are missing.
The discount coupon should be added as a line item to the invoice if it exists in the total. A single coupon line item should exist, so CORE-2328 should be completed first.
Additionally, I think Invoices::makeLinesFromItems and Invoices::makeLineItem should be deprecated since they're no longer used.