Fix: le champ CC n'est pas pris en compte pour l'envoi d'une propale par mail.

This commit is contained in:
activdev 2006-05-04 13:01:27 +00:00
parent 5c0def51f7
commit ec8cf600df

View File

@ -255,6 +255,7 @@ if ($_POST['action'] == 'send')
$from = $_POST['fromname'] . ' <' . $_POST['frommail'] .'>';
$replyto = $_POST['replytoname']. ' <' . $_POST['replytomail'].'>';
$message = $_POST['message'];
$sendtocc = $_POST['sendtocc'];
if ($_POST['action'] == 'send')
{
$subject = $langs->trans('Propal').' '.$propal->ref;