From c8c4b16e1b1120124eaf287ee21662e75c107581 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 1 May 2006 10:24:00 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20possibilit=E9=20d'envoyer=20la=20comman?= =?UTF-8?q?de=20client=20par=20mail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)