From 0bd93effbd713afe4c31582c1a5ee3f51bd0c960 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 6 Nov 2013 16:11:37 +0200 Subject: [PATCH] add entity HACK --- application/Espo/Utils/BaseUtils.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Utils/BaseUtils.php b/application/Espo/Utils/BaseUtils.php index 010e7ad8de..95f20e03d2 100755 --- a/application/Espo/Utils/BaseUtils.php +++ b/application/Espo/Utils/BaseUtils.php @@ -90,6 +90,7 @@ class BaseUtils 'Role' => '', 'Team' => '', 'User' => '', + 'OutboundEmail' => '', 'Product' => 'Crm', 'Account' => 'Crm', 'Contact' => 'Crm', @@ -360,4 +361,4 @@ return '.var_export($content, true).'; } -?> \ No newline at end of file +?>