From 7a871fa21c42b9f023b69d9bf291427c042f8104 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 13:54:15 +0000 Subject: [PATCH] =?UTF-8?q?possibilit=E9=20de=20d=E9finir=20l'adresse=20de?= =?UTF-8?q?=20livraison=20dans=20la=20propale=20si=20la=20constante=20PROP?= =?UTF-8?q?AL=5FADD=5FDELIVERY=5FADDRESS=20=20est=20d=E9finie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 3489274bd19..3d9e7c438ec 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -656,14 +656,14 @@ if ($_GET['propalid'] > 0) // adresse de livraison if ($conf->global->PROPAL_ADD_DELIVERY_ADDRESS) { - print ''; + print ''; print ''; - if ($_GET['action'] != 'editdelivery_adress' && $propal->brouillon) print ''; + if ($_GET['action'] != 'editdelivery_adress' && $propal->brouillon) print ''; print '
'; print $langs->trans('DeliveryAddress'); print 'socidp.'&id='.$propal->id.'">'.img_edit($langs->trans('SetDeliveryAddress'),1).'socidp.'&id='.$propal->id.'">'.img_edit($langs->trans('SetDeliveryAddress'),1).'
'; - print ''; + print ''; if ($_GET['action'] == 'editdelivery_adress') {