Error when accepting VOIP orders

This commit is contained in:
Deon George 2021-09-28 12:56:29 +10:00
parent 4cbe990ec1
commit eae1b16797
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Please order the following...
@break;
@case('VOIP')
| Number | {{ $service->type->service_number }} |
| Supplier Details | {{ join(':',$service->order_info) }} |
| Supplier Details | {{ $service->order_info->join(':') }} |
@break;
@endswitch
@endcomponent