mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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) {
|
||||
//offer the option to have a free trial
|
||||
if (!$account->is_trial) {
|
||||
if (!$account->plan && !$account->is_trial) {
|
||||
return $this->trial();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user