Fix payment join to show unapplied payments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user