ajout possibilité d'envoyer la commande client par mail
This commit is contained in:
parent
412282adda
commit
c8c4b16e1b
@ -1559,7 +1559,7 @@ else
|
|||||||
print_titre($langs->trans('SendOrderByMail'));
|
print_titre($langs->trans('SendOrderByMail'));
|
||||||
|
|
||||||
$soc = new Societe($db);
|
$soc = new Societe($db);
|
||||||
$soc->fetch($commande->soc_id)
|
$soc->fetch($commande->soc_id);
|
||||||
|
|
||||||
$liste[0]=" ";
|
$liste[0]=" ";
|
||||||
foreach ($soc->contact_email_array() as $key=>$value)
|
foreach ($soc->contact_email_array() as $key=>$value)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user