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 '';