Fix VOIP services from 500 errors

This commit is contained in:
Deon George
2022-03-05 13:49:50 +11:00
parent 62f587d7e6
commit d7b5d9a272
3 changed files with 39 additions and 4 deletions

View File

@@ -45,8 +45,8 @@
<!-- @todo -->
@if($o->service->product->type)
<tr>
<th>Traffic</th>
<td>{{ $o->service->product->type->allowance_string() }} GB @if(FALSE)(YY GB used month)@endif</td>
<th>Usage</th>
<td>{{ $o->service->product->type->allowance_string() }} Included Calls</td>
</tr>
@endif
@if ($o->inContract())