From 300284210db6a57517f0edf274322185ce824697 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 20 Jul 2003 22:08:58 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20pr=E9sentation=20html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3 index 3d14c41883a..84ce6a89d87 100644 --- a/htdocs/compta/facture.php3 +++ b/htdocs/compta/facture.php3 @@ -323,10 +323,10 @@ if ($action == 'create') print ''; print ''; - print "Proposition$obj->ref"; - print 'Montant HT'.price($amount).''; - print "TVA".price($obj->tva).""; - print "Total TTC".price($obj->total).""; + print 'Proposition'.$obj->ref.''; + print 'Montant HT'.price($amount).''; + print 'TVA'.price($obj->tva).""; + print 'Total TTC'.price($obj->total).""; }