From a1dd84fa58c99ad3cda1f8ddccae3172e0abf244 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 16 Feb 2006 14:36:36 +0000 Subject: [PATCH] Ajout mode_reglement et cond_reglement dans commande --- htdocs/commande/fiche.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 61c83face8a..09acd2a76c9 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -647,10 +647,13 @@ else // Conditions et modes de réglement print ''; + print ''; + print ''; + if ($_GET['action'] != 'editconditions' && $commande->brouillon) print ''; - print ''; + print '
'; print $langs->trans('PaymentConditions'); print 'id.'">'.img_edit($langs->trans('SetConditions'),1).'
'; print ''; if ($_GET['action'] == 'editconditions') { @@ -660,12 +663,13 @@ else { $html->form_conditions_reglement($_SERVER['PHP_SELF'].'?id='.$commande->id,$commande->cond_reglement_id,'none'); } - print ''; - print ''; + print ''; + print ''; + print ''; if ($_GET['action'] != 'editmode' && $commande->brouillon) print ''; - print ''; + print '
'; print $langs->trans('PaymentMode'); print 'id.'">'.img_edit($langs->trans('SetMode'),1).'
'; print ''; if ($_GET['action'] == 'editmode') {