From f6dd9877823bf93ed1b29e39c304b847037b1180 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Jul 2010 23:24:20 +0000 Subject: [PATCH] Fix: CSS --- htdocs/compta/resultat/clientfourn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php index b87984d2c72..e02b841863e 100644 --- a/htdocs/compta/resultat/clientfourn.php +++ b/htdocs/compta/resultat/clientfourn.php @@ -663,7 +663,7 @@ if ($mysoc->tva_assuj != 'franchise') // Assujeti print ''.$langs->trans("Profit").''; if ($modecompta == 'CREANCES-DETTES') print ''.price($total_ht).''; - print ''.price($total_ttc).''; + print ''.price($total_ttc).''; print ''; }