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:
parent
2e4cd7459a
commit
ec0f49e88a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user