diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index fefbdd88b7c..a495939df24 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -350,7 +350,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire) if ($num) { print ''; - print ''; + print ''; print ''; $var = True; $total_ttc = $totalam = $total = 0; diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 1f30e15e70f..8b7b10aae17 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -359,7 +359,7 @@ if ($_GET["action"] == 'create' || $_POST["action"] == 'add_paiement') /* * */ - print ''; + print ''; print "
'.$langs->trans("BillsCustomersUnpayed").' ('.$num.')
'.$langs->trans("BillsCustomersUnpayed",min($conf->liste_limit,$num)).' ('.$num.')'.$langs->trans("AmountHT").''.$langs->trans("AmountTTC").''.$langs->trans("Received").'
"; print "\n"; }