close #2180 Fixed: Undefined payment method while showing Revenues/Payment #nka0hh
This commit is contained in:
parent
e24a63324a
commit
709c51ceb6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user