Fix: Label of social contributions was wrong

This commit is contained in:
Laurent Destailleur 2010-07-29 13:40:32 +00:00
parent 8fd3642de0
commit 6847829997

View File

@ -621,6 +621,7 @@ if ($conf->tax->enabled && $user->rights->tax->charges->lire)
$obj = $db->fetch_object($resql);
print "<tr $bc[$var]>";
$chargestatic->id=$obj->rowid;
$chargestatic->ref=$obj->libelle;
$chargestatic->lib=$obj->libelle;
$chargestatic->paye=$obj->paye;
print '<td>'.$chargestatic->getNomUrl(1).'</td>';