Telephone is now phone

This commit is contained in:
2023-06-16 15:10:36 +10:00
parent 8f283f83f2
commit 27720ee882
7 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ Please change the following...
@case('broadband')
| Address | {{ $service->type->service_address }} |
@break;
@case('telephone')
@case('phone')
| Number | {{ $service->type->service_number }} |
| Supplier Details | {{ $service->order_info->join(':') }} |
@break;