1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Add conditional on invoice view page for pay now link

This commit is contained in:
David Bomba 2019-10-08 16:10:50 +11:00
parent 2e4cd7459a
commit ec0f49e88a

View File

@ -18,9 +18,11 @@
<div class="row mt-4">
<div class="col-md-12">
@if($invoice->isPayable())
<div class="float-right">
<button class="btn btn-primary">{{ ctrans('texts.pay_now') }}</button>
</div>
@endif
</div>
</div>