mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-08 11:45:30 -05:00
fixes for trials
This commit is contained in:
parent
41c26bd032
commit
cd24252d68
@ -621,7 +621,7 @@ class Account extends BaseModel
|
|||||||
|
|
||||||
public function getTrialDays()
|
public function getTrialDays()
|
||||||
{
|
{
|
||||||
if ($this->payment_id) {
|
if ($this->payment_id || $this->is_migrated) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user