From 390e66d6b9867acf342f010df701aeba41af636d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 26 Nov 2007 19:10:13 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20fichier=20converti=20par=20erreur=20en?= =?UTF-8?q?=20utf8,=20ce=20qui=20faisait=20apparaitre=20les=20caract=E8res?= =?UTF-8?q?=20accentu=E9s=20avec=20un=20petit=20carr=E9=20!!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/sociales/charges.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/sociales/charges.php b/htdocs/compta/sociales/charges.php index 41cf002f76b..7b6b91856ce 100644 --- a/htdocs/compta/sociales/charges.php +++ b/htdocs/compta/sociales/charges.php @@ -418,7 +418,7 @@ if ($chid > 0) print "id&action=create\">".$langs->trans("DoPayment").""; } - // Classer 'pay�' + // Classer 'payé' if ($cha->paye == 0 && round($resteapayer) <=0 && $user->rights->tax->charges->creer) { print "id&action=payed\">".$langs->trans("ClassifyPayed").""; @@ -435,7 +435,7 @@ if ($chid > 0) } else { - /* Charge non trouv�e */ + /* Charge non trouvé */ dolibarr_print_error('',$cha->error); } }