fixed transfer payment method..

This commit is contained in:
Cüneyt Şentürk 2021-07-22 15:07:26 +03:00
parent 3432a2c22c
commit b3c5e1551c
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@
</td>
<td class="border-bottom-1" style="width:80%; padding-bottom:3px; font-size:14px;">
{{ $payment_methods[$transfer->expense_transaction->payment_method] }}
{{ !empty($payment_methods[$transfer->expense_transaction->payment_method]) ? $payment_methods[$transfer->expense_transaction->payment_method] : trans('general.na') }}
</td>
</tr>
@endif

View File

@ -34,7 +34,7 @@
</td>
<td class="border-bottom-1" style="width:80%; padding-bottom:3px; font-size:14px;">
{{ $payment_methods[$transfer->expense_transaction->payment_method] }}
{{ !empty($payment_methods[$transfer->expense_transaction->payment_method]) ? $payment_methods[$transfer->expense_transaction->payment_method] : trans('general.na') }}
</td>
</tr>
@endif

View File

@ -138,7 +138,7 @@
</td>
<td class="border-bottom-1" style="width:80%; padding-bottom:3px; font-size:14px;">
{{ $payment_methods[$transfer->expense_transaction->payment_method] }}
{{ !empty($payment_methods[$transfer->expense_transaction->payment_method]) ? $payment_methods[$transfer->expense_transaction->payment_method] : trans('general.na') }}
</td>
</tr>
@endif