From e4b36119e4342dea6c458e85775cc82e353dc7b2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 19 Jun 2005 19:30:15 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Ajout=20d'info=20compl=E9mentaires=20dan?= =?UTF-8?q?s=20la=20note=20de=20tache=20lors=20d'envoi=20d'un=20mail=20pou?= =?UTF-8?q?r=20facturation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 2274763d4b3..3f159b8a4ef 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -413,7 +413,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance') // Envoi de la facture $mailfile = new CMailFile($subject,$sendto,$from,$message,$filepath, $mimetype,$filename,$sendtocc); - if (! $mailfile->sendfile()) + if ($mailfile->sendfile()) { $msg='
'.$langs->trans("MailSuccessfulySent",$from,$sendto).'.
';