Fix payment join to show unapplied payments

This commit is contained in:
Deon George
2020-07-22 11:40:33 +10:00
parent c97835edd1
commit 9bf062e8e6
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
@foreach ($x as $oo)
<tr>
<td class="text-right"><a href="{{ url('u/payment',$oo->id) }}">{{ $oo->id }}</a></td>
<td class="text-right">{{ $oo->date_orig->format('Y-m-d') }}</td>
<td class="text-right">{{ $oo->date_payment->format('Y-m-d') }}</td>
<td class="text-right">${{ number_format($oo->total_amt,2) }}</td>
{{--<td class="text-right">${{ number_format($oo->balance,2) }}</td>--}}
<td>{!! join(',',$oo->items