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') {