close #2180 Fixed: Undefined payment method while showing Revenues/Payment #nka0hh

This commit is contained in:
Cüneyt Şentürk 2021-07-07 11:15:01 +03:00
parent e24a63324a
commit 709c51ceb6

View File

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