1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

Enable testing invoice.services locally

This commit is contained in:
Hillel Coren 2017-01-26 13:37:38 +02:00
parent 33b8df163d
commit f491e334db

View File

@ -15,7 +15,7 @@ trait SendsEmails
public function getFromEmail()
{
if ( ! $this->isPro() || ! Utils::isNinjaProd() || Utils::isReseller()) {
if ( ! $this->isPro() || ! Utils::isNinja() || Utils::isReseller()) {
return false;
}