mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for license payments
This commit is contained in:
parent
270c0d38ec
commit
02d474c543
@ -311,8 +311,10 @@
|
|||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<center>
|
<center>
|
||||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
@if (isset($invitation))
|
||||||
|
{!! 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