From 243b4f945174dc49fd9cac52dca1b5e6a89167e6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 10:23:29 +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 36fcc07d6fd..d457df764c1 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -375,7 +375,7 @@ if ($_GET['action'] == 'create' && $user->rights->commande->creer) // Adresse de livraison print ''.$langs->trans('DeliveryAddress').''; - $html->select_adresse_livraison($soc->adresse_livraison_id, $_GET['socid'],'adresse_livraison_id'); + $html->select_adresse_livraison($soc->adresse_livraison_id, $_GET['socidp'],'adresse_livraison_id'); print '';