From e89db1148059abb7b25cb0f882415639253b9ee5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Sep 2005 12:24:36 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modifications=20esth=E9tiques=20mineure?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/index.php | 2 +- htdocs/compta/paiement.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }