mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:24:36 -04:00
Show email footer during trial
This commit is contained in:
parent
f39f744dca
commit
c58ae2b039
@ -1100,7 +1100,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…
x
Reference in New Issue
Block a user