diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 59cf73b0fb9..510017faeb6 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1559,7 +1559,7 @@ else print_titre($langs->trans('SendOrderByMail')); $soc = new Societe($db); - $soc->fetch($commande->soc_id) + $soc->fetch($commande->soc_id); $liste[0]=" "; foreach ($soc->contact_email_array() as $key=>$value)