diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 61cc1413d7a..9bfa01c1c0c 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -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;