Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0-b2
-
Component/s: None
-
Labels:None
Description
When adding a service from the admin UI, Services::add is called. However, no check is done to see whether it set any Input errors, and so it goes on to attempt to create an invoice for the service.
See AdminClients::createService. Likely need to set a "continue;" after Service::add if Input errors are encountered.
Mentioned @ https://www.blesta.com/forums/index.php?/topic/10816-input-seterror-no-longer-works-on-addservice-method/&do=findComment&comment=60291