From 0167c5a73484a2faea77353afcb8d33bbda9b540 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 10:20:50 +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 | 6 ++++++ 1 file changed, 6 insertions(+) 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 '
';