From 18f71432a5738151b66c4c2fd970bcae8907574e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 21 Apr 2006 15:32:20 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20ajout=20de=20la=20gestion=20des=20adr?= =?UTF-8?q?esses=20de=20livraison?= 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 f9fe8e3e099..580d78df805 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -719,7 +719,7 @@ else } else { - $html->form_adresse_livraison($_SERVER['PHP_SELF'].'?id='.$commande->id,$_GET['socid']d,$commande->adresse_livraison_id,'none'); + $html->form_adresse_livraison($_SERVER['PHP_SELF'].'?id='.$commande->id,$_GET['socid'],$commande->adresse_livraison_id,'none'); } print '';