Hello Yuri,
i have not "courage" to make a pull request, still begining.. maybe in futur
Best Regards
/GitHub/espocrm/application/Espo/Modules/Crm/Services/CaseObj.php:
146
147 foreach ($dataList as $item) {
148: if ($item->emailAddrses === $emailAddress) {
149 return null;
150 }
...
173
174 foreach ($dataList as $item) {
175: if ($item->emailAddrses === $emailAddress) {
176 return null;
177 }
/GitHub/espocrm/application/Espo/Modules/Crm/Services/Opportunity.php:
607
608 foreach ($dataList as $item) {
609: if ($item->emailAddrses === $emailAddress) {
610 return null;
611 }
3 matches across 2 files
i have not "courage" to make a pull request, still begining.. maybe in futur
Best Regards
/GitHub/espocrm/application/Espo/Modules/Crm/Services/CaseObj.php:
146
147 foreach ($dataList as $item) {
148: if ($item->emailAddrses === $emailAddress) {
149 return null;
150 }
...
173
174 foreach ($dataList as $item) {
175: if ($item->emailAddrses === $emailAddress) {
176 return null;
177 }
/GitHub/espocrm/application/Espo/Modules/Crm/Services/Opportunity.php:
607
608 foreach ($dataList as $item) {
609: if ($item->emailAddrses === $emailAddress) {
610 return null;
611 }
3 matches across 2 files
Comment