diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index a941ff21ac1..36fcc07d6fd 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -372,6 +372,11 @@ if ($_GET['action'] == 'create' && $user->rights->commande->creer) $html->select_date(-1,'liv_','','',1,"crea_commande"); } print ""; + + // Adresse de livraison + print ''.$langs->trans('DeliveryAddress').''; + $html->select_adresse_livraison($soc->adresse_livraison_id, $_GET['socid'],'adresse_livraison_id'); + print ''; // Conditions de réglement @@ -712,6 +717,7 @@ else } print ''; + // adresse de livraison print ''; print '
';