mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -04:00
Fix for white label purchase
This commit is contained in:
parent
7bde6da3e9
commit
b3c6fbe535
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
@if (Auth::user()->account->hasFeature(FEATURE_WHITE_LABEL))
|
@if (Auth::user()->account->hasFeature(FEATURE_WHITE_LABEL))
|
||||||
{{ trans('texts.white_labeled') }}
|
{{ trans('texts.white_labeled') }}
|
||||||
@if (false && $company->hasActivePlan() && $company->daysUntilPlanExpires() <= 10)
|
@if ($company->hasActivePlan() && $company->daysUntilPlanExpires() <= 10)
|
||||||
- <b>{!! trans('texts.license_expiring', [
|
- <b>{!! trans('texts.license_expiring', [
|
||||||
'count' => $company->daysUntilPlanExpires(),
|
'count' => $company->daysUntilPlanExpires(),
|
||||||
'link' => '<a href="#" onclick="buyWhiteLabel()">' . trans('texts.click_here') . '</a>',
|
'link' => '<a href="#" onclick="buyWhiteLabel()">' . trans('texts.click_here') . '</a>',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user