mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 08:24:39 -04:00
Bug fixes
This commit is contained in:
parent
ec7dd89936
commit
c5aee51ecc
@ -215,7 +215,7 @@ class Account extends Eloquent
|
|||||||
|
|
||||||
public function isPro()
|
public function isPro()
|
||||||
{
|
{
|
||||||
if (Utils::isNinja())
|
if (Utils::isNinjaDev())
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user