From 4fe886048913cf50c21f1cfb8362002ac9fb5aa9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 21 Jun 2003 15:40:47 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20en=20conformit=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3 index 35f6773db21..5d79de1695c 100644 --- a/htdocs/compta/facture.php3 +++ b/htdocs/compta/facture.php3 @@ -17,7 +17,7 @@ * * $Id$ * $Source$ - * + * $tag$ */ require("./pre.inc.php3"); require("../facture.class.php3"); @@ -271,7 +271,7 @@ if ($action == 'create') print ""; print "Auteur :".$user->fullname.""; - print ''; + print ''; print ''; print "Date :"; @@ -295,10 +295,10 @@ if ($action == 'create') print ''; print ''; - print "Propal :$obj->ref"; - print 'Montant HT :'.price($amount).''; - print "TVA 19.6% :".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).""; }