typo 7.0.8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    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
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • yuri
    Member
    • Mar 2014
    • 8453

    #2
    Thanks for reporrting.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...