mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 02:14:35 -04:00
Fixes for ninja plans
This commit is contained in:
parent
6abea7bc9c
commit
dad9766b26
@ -218,7 +218,7 @@ class NinjaPlanController extends Controller
|
|||||||
|
|
||||||
if ($account) {
|
if ($account) {
|
||||||
//offer the option to have a free trial
|
//offer the option to have a free trial
|
||||||
if (!$account->is_trial) {
|
if (!$account->plan && !$account->is_trial) {
|
||||||
return $this->trial();
|
return $this->trial();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user