From 835091135f9e22f6be9f77a41647a5e9ab9d24f1 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 11:30:08 +0000 Subject: [PATCH] bugfix --- 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 f3532d29039..21223f69353 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -743,7 +743,7 @@ else } else { - $html->form_adresse_livraison($_SERVER['PHP_SELF'].'?id='.$commande->id,$commande->adresse_livraison_id,$_GET['socid'],'none'); + $html->form_adresse_livraison($_SERVER['PHP_SELF'].'?id='.$commande->id,$commande->adresse_livraison_id,$_GET['socid'],'none','',''); } print '';