Skip to content

Commit

Permalink
FIX #8277
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 7, 2018
1 parent f8d8c5c commit b2f6105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion htdocs/core/actions_sendmails.inc.php
Expand Up @@ -319,7 +319,6 @@
$filename = $attachedfiles['names'];
$mimetype = $attachedfiles['mimes'];


// Feature to push mail sent into Sent folder
if (! empty($conf->dolimail->enabled))
{
Expand Down
4 changes: 3 additions & 1 deletion htdocs/societe/card.php
Expand Up @@ -790,8 +790,10 @@
$result = $object->setIncoterms(GETPOST('incoterm_id', 'int'), GETPOST('location_incoterms', 'alpha'));
}

// Actions to send emails
$id=$socid;
$object->fetch($socid);

// Actions to send emails
$trigger_name='COMPANY_SENTBYMAIL';
$paramname='socid';
$mode='emailfromthirdparty';
Expand Down

0 comments on commit b2f6105

Please sign in to comment.