Skip to content
Snippets Groups Projects
Commit 390e66d6 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: fichier converti par erreur en utf8, ce qui faisait apparaitre les...

Fix: fichier converti par erreur en utf8, ce qui faisait apparaitre les caractères accentués avec un petit carré !!!!
parent 8c9ef782
No related branches found
No related tags found
No related merge requests found
...@@ -418,7 +418,7 @@ if ($chid > 0) ...@@ -418,7 +418,7 @@ if ($chid > 0)
print "<a class=\"butAction\" href=\"".DOL_URL_ROOT."/compta/paiement_charge.php?id=$cha->id&amp;action=create\">".$langs->trans("DoPayment")."</a>"; print "<a class=\"butAction\" href=\"".DOL_URL_ROOT."/compta/paiement_charge.php?id=$cha->id&amp;action=create\">".$langs->trans("DoPayment")."</a>";
} }
// Classer 'pay' // Classer 'pay'
if ($cha->paye == 0 && round($resteapayer) <=0 && $user->rights->tax->charges->creer) if ($cha->paye == 0 && round($resteapayer) <=0 && $user->rights->tax->charges->creer)
{ {
print "<a class=\"butAction\" href=\"".DOL_URL_ROOT."/compta/sociales/charges.php?id=$cha->id&amp;action=payed\">".$langs->trans("ClassifyPayed")."</a>"; print "<a class=\"butAction\" href=\"".DOL_URL_ROOT."/compta/sociales/charges.php?id=$cha->id&amp;action=payed\">".$langs->trans("ClassifyPayed")."</a>";
...@@ -435,7 +435,7 @@ if ($chid > 0) ...@@ -435,7 +435,7 @@ if ($chid > 0)
} }
else else
{ {
/* Charge non trouv�e */ /* Charge non trouv */
dolibarr_print_error('',$cha->error); dolibarr_print_error('',$cha->error);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment