diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 7d4b32123a6..644a35e7e5e 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -101,7 +101,7 @@ if ($action == 'create') $sumpayed = $db->result(0,0); $db->free(); } - print 'Déjà payé'.price($sumpayed).' euros TTC'; + print 'Déjà payé'.price($sumpayed).' euros TTC'; print "Paiement";