Fix: résidu de la suppression du champ "code" de la table llx_user
This commit is contained in:
parent
ee10c339f8
commit
95189e0f14
@ -1821,7 +1821,7 @@ else
|
|||||||
$authoract = new User($db);
|
$authoract = new User($db);
|
||||||
$authoract->id = $objp->fk_user_author;
|
$authoract->id = $objp->fk_user_author;
|
||||||
$authoract->fetch('');
|
$authoract->fetch('');
|
||||||
print '<td>'.$authoract->code.'</td>';
|
print '<td>'.$authoract->login.'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user