Announcement

Collapse
No announcement yet.

typo 7.0.8

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • typo 7.0.8

    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

  • #2
    Thanks for reporrting.

    Comment

    Working...
    X