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