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).""; }