Fix: résidu 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 = 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++;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -709,7 +709,7 @@ et non globalement
|
|||||||
$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