Fix recording charges
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<tr>
|
||||
<td><a href="{{ url('a/charge/addedit',[$co->id]) }}">{{ $co->id }}</a></td>
|
||||
<td>{{ $co->created_at->format('Y-m-d') }}</td>
|
||||
<td>{{ $co->charged_at ? $co->charged_at->format('Y-m-d') : '-' }}</td>
|
||||
<td>{{ $co->charge_at ? $co->charge_at->format('Y-m-d') : '-' }}</td>
|
||||
<td>{{ $co->service->sid }}</td>
|
||||
<td>{{ $co->type }}</td>
|
||||
<td>{{ $co->description }}</td>
|
||||
|
Reference in New Issue
Block a user