From 9a0912584128d04bfda0c00ca6ba48367388c98a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 25 Feb 2006 14:36:08 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/fiche.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 3c8e5ce0772..808160802cf 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -580,7 +580,7 @@ else print ''; // Ref - print ''; + print ''; print ''; print ''; print ''; print ''; print ''; @@ -905,7 +908,7 @@ else print ' '; print '';
'.$langs->trans('Ref').'
'.$langs->trans('Ref').''.$commande->ref.''.$langs->trans('Source').' : ' . $commande->sources[$commande->source] ; if ($commande->source == 0) @@ -858,7 +858,10 @@ else } print ''; - print $html->select_tva('eltva_tx',$objp->tva_tx,$mysoc,$soc); + if($soc->tva_assuj == "0") + print '0'; + else + print $html->select_tva('eltva_tx',$objp->tva_tx,$mysoc,$soc); print ''; if($soc->tva_assuj == "0") - print '0'; + print '0'; else print $html->select_tva('tva_tx',$conf->defaulttx,$mysoc,$soc); print '