From c7e53ee2a099720098af3dd5f65e49b191a3fc90 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Wed, 1 Mar 2006 11:23:15 +0000 Subject: [PATCH] modif pour date livraison --- htdocs/comm/propal.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 4df8417184f..c329b7778d9 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -551,7 +551,26 @@ if ($_GET['propalid'] > 0) } print ''; print ''; - + + + // date de livraison + print ''; + print ''; + if ($_GET['action'] != 'editdate_livraison' && $propal->brouillon) print ''; + print '
'; + print $langs->trans('DateDelivery'); + print 'id.'">'.img_edit($langs->trans('SetDateLivraison'),1).'
'; + print ''; + if ($_GET['action'] == 'editdate_livraison') + { + $html->form_conditions_reglement($_SERVER['PHP_SELF'].'?propalid='.$propal->id,$propal->cond_reglement_id,'cond_reglement_id'); + } + else + { + print $propal->date_livraison; + } + print ''; + // Conditions et modes de réglement print ''; print '
';