diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php index a72f52a7806..a296b8656b9 100644 --- a/htdocs/compta/resultat/clientfourn.php +++ b/htdocs/compta/resultat/clientfourn.php @@ -243,7 +243,7 @@ if ($result) { } else { dolibarr_print_error($db); } -print ''; +print ''; if ($modecompta == 'CREANCES-DETTES') print ''.price($subtotal_ht).''; print ''.price($subtotal_ttc).''; print ''; @@ -306,7 +306,7 @@ if ($result) { } else { dolibarr_print_error($db); } -print ''; +print ''; if ($modecompta == 'CREANCES-DETTES') print ''.price($subtotal_ht).''; print ''.price($subtotal_ttc).''; print ''; @@ -369,7 +369,7 @@ if ($result) { } else { dolibarr_print_error($db); } -print ''; +print ''; if ($modecompta == 'CREANCES-DETTES') print ''.price($subtotal_ht).''; print ''.price($subtotal_ttc).''; print ''; @@ -377,11 +377,11 @@ print ''; // Total -print ""; +print ''; print ' '; print ''; -print 'Résultat'; +print 'Résultat'; if ($modecompta == 'CREANCES-DETTES') print ''.price($total_ht).''; print ''.price($total_ttc).''; print ''; @@ -393,5 +393,5 @@ print '
'; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>