ajout possibilit d'envoyer la commande client par mail
This commit is contained in:
parent
e3fd99cc89
commit
412282adda
@ -1557,12 +1557,15 @@ else
|
||||
{
|
||||
print '<br>';
|
||||
print_titre($langs->trans('SendOrderByMail'));
|
||||
|
||||
$soc = new Societe($db);
|
||||
$soc->fetch($commande->soc_id)
|
||||
|
||||
$liste[0]=" ";
|
||||
foreach ($soc->contact_email_array() as $key=>$value)
|
||||
{
|
||||
$liste[$key]=$value;
|
||||
}
|
||||
{
|
||||
$liste[$key]=$value;
|
||||
}
|
||||
|
||||
// Créé l'objet formulaire mail
|
||||
include_once('../html.formmail.class.php');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user