Fix: rsidu de la suppression du champ "code" de la table llx_user
This commit is contained in:
parent
95189e0f14
commit
cf6e9b4903
@ -1685,7 +1685,7 @@ if ($_GET['propalid'] > 0)
|
||||
$authoract = new User($db);
|
||||
$authoract->id = $objp->fk_user_author;
|
||||
$authoract->fetch('');
|
||||
print '<td>'.$authoract->code.'</td>';
|
||||
print '<td>'.$authoract->login.'</td>';
|
||||
print "</tr>\n";
|
||||
$i++;
|
||||
}
|
||||
|
||||
@ -709,7 +709,7 @@ et non globalement
|
||||
$authoract = new User($db);
|
||||
$authoract->id = $objp->fk_user_author;
|
||||
$authoract->fetch('');
|
||||
print '<td>'.$authoract->code.'</td>';
|
||||
print '<td>'.$authoract->login.'</td>';
|
||||
print "</tr>\n";
|
||||
$i++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user