From 06beb0c6fae0a360df6ccfd901b0b8e3988b661c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 3 Jul 2005 16:38:56 +0000 Subject: [PATCH] Fix: Pb alignement tableau --- htdocs/contrat/ligne.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/htdocs/contrat/ligne.php b/htdocs/contrat/ligne.php index cb3fb0128fc..cd513824d0a 100644 --- a/htdocs/contrat/ligne.php +++ b/htdocs/contrat/ligne.php @@ -261,7 +261,7 @@ if ($id > 0) } else { - print ' '.stripslashes(nl2br($objp->description))."\n"; + print ''.stripslashes(nl2br($objp->description))."\n"; } print ''.$objp->tva_tx.'%'; @@ -280,14 +280,8 @@ if ($id > 0) print '  '; - if ($objp->fk_product > 0) - { - print 'statut'; - } - else - { - print ' '; - } + // Statut + print ''.img_statut($objp->statut,$langs->trans("ServiceStatusInitial")).''; print "\n";