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