From 58fffeaa842cf361a95aae263a162d4e8774c1b3 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 29 Sep 2015 17:56:35 +0300 Subject: [PATCH] fix typo --- application/Espo/Modules/Crm/SelectManagers/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Modules/Crm/SelectManagers/Account.php b/application/Espo/Modules/Crm/SelectManagers/Account.php index 8c37378a02..5371323e90 100644 --- a/application/Espo/Modules/Crm/SelectManagers/Account.php +++ b/application/Espo/Modules/Crm/SelectManagers/Account.php @@ -27,7 +27,7 @@ class Account extends \Espo\Core\SelectManagers\Base protected function filterPartners(&$result) { $result['whereClause'][] = array( - 'type' => 'Partnter' + 'type' => 'Partner' ); }