|
@@ -26,9 +26,7 @@
|
|
|
<th class="px-3 border-0">Date</th>
|
|
|
<th class="border-0">Type</th>
|
|
|
<th class="border-0">Client</th>
|
|
|
- <th class="border-0">Note</th>
|
|
|
- {{--<th class="border-0">Reason</th>--}}
|
|
|
- <th class="border-0">Memo</th>
|
|
|
+ <th class="border-0">Context</th>
|
|
|
<th class="border-0">Amount</th>
|
|
|
<th class="border-0">Balance</th>
|
|
|
</tr>
|
|
@@ -59,6 +57,8 @@
|
|
|
{{ $transaction->bill->note->noteTemplate->title }}
|
|
|
@endif
|
|
|
</a>
|
|
|
+ @else
|
|
|
+ {{ $transaction->custom_memo ? $transaction->custom_memo : '-' }}
|
|
|
@endif
|
|
|
</td>
|
|
|
{{--<td>
|
|
@@ -92,7 +92,6 @@
|
|
|
-
|
|
|
@endif
|
|
|
</td>--}}
|
|
|
- <td>{{ $transaction->custom_memo ? $transaction->custom_memo : '-' }}</td>
|
|
|
<td>${{ $transaction->amount }}</td>
|
|
|
<td>${{ $transaction->resulting_balance }}</td>
|
|
|
</tr>
|