Mathieu Moulin 11 months ago
parent
commit
a3c5ba87d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      class/mmi_workflow.class.php

+ 1 - 1
class/mmi_workflow.class.php

@@ -252,7 +252,7 @@ class mmi_workflow extends mmi_generic_1_0
 		//var_dump($thirdparty->nom); die();
 		$_POST['receiver'] = $thirdparty->nom.' <'.$thirdparty->email.'>';
 		//var_dump($_POST['receiver']); die();
-		$_POST['fromtype'] = 'company'; // @todo modifier ! mettre le responsable du client
+		$_POST['fromtype'] = 'company'; // @todo modifier ! mettre le responsable du client s'il y en a un !
 		$_POST['subject'] = 'Votre facture '.$conf->global->MAIN_INFO_SOCIETE_NOM;
 		$_POST['message'] = 'Bonjour '.$thirdparty->nom.",\r\n\r\n"
 			.'Veuillez trouver ci-joint la facture de votre dernier achat chez '.$conf->global->MAIN_INFO_SOCIETE_NOM.','."\r\n"