mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for license payments
This commit is contained in:
parent
0521c5e74b
commit
7a20b4c909
@ -311,8 +311,10 @@
|
|||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<center>
|
<center>
|
||||||
|
@if (isset($invitation))
|
||||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
||||||
|
|
||||||
|
@endif
|
||||||
@if(isset($amount))
|
@if(isset($amount))
|
||||||
{!! Button::success(strtoupper(trans('texts.pay_now') . ' - ' . $account->formatMoney($amount, $client, CURRENCY_DECORATOR_CODE) ))
|
{!! Button::success(strtoupper(trans('texts.pay_now') . ' - ' . $account->formatMoney($amount, $client, CURRENCY_DECORATOR_CODE) ))
|
||||||
->submit()
|
->submit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user