1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Hide payment methods button if not gateways

This commit is contained in:
Benjamin Beganović 2021-02-12 12:38:31 +01:00
parent d870bb5a87
commit 72cdc3fc5c

View File

@ -50,11 +50,6 @@
</div>
</div>
</div>
@else
<span class="inline-flex items-center text-sm">
<span>{{ ctrans('texts.to_pay_invoices') }} &nbsp;</span>
<a class="button-link text-primary" href="{{ route('client.payment_methods.index') }}">{{ ctrans('texts.add_payment_method_first') }}.</a>
</span>
@endif
</div>
</div>