Rework service, removed redundant code, service invoicing improvements
This commit is contained in:
@@ -8,7 +8,7 @@ Please change the following...
|
||||
| Account | {{ $service->account->name }} |
|
||||
| Service ID | {{ $service->sid }} |
|
||||
| Product | {{ $service->product->name }} |
|
||||
@switch($service->category)
|
||||
@switch($service->product->category)
|
||||
@case('broadband')
|
||||
| Address | {{ $service->type->service_address }} |
|
||||
@break;
|
||||
|
Reference in New Issue
Block a user