mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Prevent auto-creating client
This commit is contained in:
parent
dd6561b96d
commit
996abcc560
@ -387,7 +387,7 @@ class AccountController extends BaseController
|
|||||||
private function showAccountManagement()
|
private function showAccountManagement()
|
||||||
{
|
{
|
||||||
$account = Auth::user()->account;
|
$account = Auth::user()->account;
|
||||||
$planDetails = $account->getPlanDetails(true);
|
$planDetails = $account->getPlanDetails(true, false);
|
||||||
$portalLink = false;
|
$portalLink = false;
|
||||||
|
|
||||||
if (Utils::isNinja() && $planDetails
|
if (Utils::isNinja() && $planDetails
|
||||||
|
Loading…
x
Reference in New Issue
Block a user