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