Skip to content
Snippets Groups Projects
Commit 68478299 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Label of social contributions was wrong

parent 8fd3642d
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment