fix error

This commit is contained in:
yuri
2016-11-21 15:09:36 +02:00
parent 91f52e4f42
commit 2706bc461e
2 changed files with 3 additions and 0 deletions
@@ -29,6 +29,8 @@
namespace Espo\Core\Templates\Services;
use \Espo\ORM\Entity;
class Company extends \Espo\Services\Record
{
protected function getDuplicateWhereClause(Entity $entity, $data = array())
@@ -29,6 +29,7 @@
namespace Espo\Core\Templates\Services;
use \Espo\ORM\Entity;
class Person extends \Espo\Services\Record
{