mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Show email footer during trial
This commit is contained in:
parent
3906c13c77
commit
e0385b396d
@ -1099,7 +1099,7 @@ class Account extends Eloquent
|
||||
|
||||
public function isPaid()
|
||||
{
|
||||
return Utils::isNinja() ? $this->isPro() : Utils::isWhiteLabel();
|
||||
return Utils::isNinja() ? ($this->isPro() && ! $this->isTrial()) : Utils::isWhiteLabel();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user