mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge templates fix
This commit is contained in:
parent
3a65c8905c
commit
86c00170bc
@ -150,7 +150,7 @@
|
||||
@if ($account->custom_invoice_text_label2)
|
||||
<li>$customInvoice1</li>
|
||||
@endif
|
||||
@if (count($account->account_gateways) > 1)
|
||||
@if (count($account->account_gateways) > 0)
|
||||
@foreach (\App\Models\Gateway::$gatewayTypes as $type)
|
||||
@if ($account->getGatewayByType($type))
|
||||
@if ($type != GATEWAY_TYPE_TOKEN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user