Update index.php
This commit is contained in:
parent
38b86d4bde
commit
6dd8e7152c
@ -185,8 +185,8 @@ if (! empty($conf->tax->enabled) && $user->rights->tax->charges->lire)
|
||||
// Label
|
||||
print '<td>';
|
||||
$socialcontrib->id=$obj->rowid;
|
||||
$socialcontrib->ref=$obj->libelle;
|
||||
$socialcontrib->lib=$obj->libelle;
|
||||
$socialcontrib->ref=$obj->rowid;
|
||||
$socialcontrib->label=$obj->libelle;
|
||||
print $socialcontrib->getNomUrl(1, '20');
|
||||
print '</td>';
|
||||
// Type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user