Fixes for testing to pass
This commit is contained in:
@@ -10,6 +10,7 @@ class CostController extends Controller
|
||||
{
|
||||
public function home(Cost $o)
|
||||
{
|
||||
// @todo Need to add the services that are active that are not on the bill for the supplier.
|
||||
return view('a.cost.home',['o'=>$o]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user