Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0
-
Fix Version/s: 5.1.3
-
Component/s: None
-
Labels:None
Description
ipsTab() calls Services::edit() with the 'prorate' parameter. The problem is that this paremeter was deprecated in 4.0 and removed in 5.0. Instead, service changes should be invoiced using ServiceChanges::getPresenter() and Invoices::add() as in the client_services and admin_clients controllers.