mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:44:28 -04:00
Fix quote terms/signature label
This commit is contained in:
parent
624c3d9781
commit
7515ccd321
@ -323,9 +323,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="well" style="max-height:300px;overflow-y:scroll">
|
@if ($invoice->terms)
|
||||||
{!! nl2br(e($invoice->terms)) !!}
|
<div class="well" style="max-height:300px;overflow-y:scroll">
|
||||||
</div>
|
{!! nl2br(e($invoice->terms)) !!}
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
@if ($account->showSignature($invoice))
|
@if ($account->showSignature($invoice))
|
||||||
<div>
|
<div>
|
||||||
{{ trans('texts.sign_here') }}
|
{{ trans('texts.sign_here') }}
|
||||||
@ -343,7 +345,9 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
<button id="modalPayNowButton" type="button" class="btn btn-success" onclick="onModalPayNowClick()" disabled="">{{ trans('texts.pay_now') }}</button>
|
<button id="modalPayNowButton" type="button" class="btn btn-success" onclick="onModalPayNowClick()" disabled="">
|
||||||
|
{{ $invoice->isQuote() ? trans('texts.approve') : trans('texts.pay_now') }}
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user