Bring back some services logic to still needed by charges

This commit is contained in:
Deon George
2022-06-13 14:21:48 +10:00
parent c1080481ec
commit 2590997b1a
5 changed files with 61 additions and 4 deletions

View File

@@ -22,8 +22,8 @@
@foreach ($x as $co)
<tr>
<td><a href="{{ url('a/charge/addedit',[$co->id]) }}">{{ $co->id }}</a></td>
<td>{{ $co->date_orig->format('Y-m-d') }}</td>
<td>{{ $co->charge_date->format('Y-m-d') }}</td>
<td>{{ $co->created_at->format('Y-m-d') }}</td>
<td>{{ $co->charged_at ? $co->charged_at->format('Y-m-d') : '-' }}</td>
<td>{{ $co->service->sid }}</td>
<td>{{ $co->type }}</td>
<td>{{ $co->description }}</td>