Skip to content
Snippets Groups Projects
Commit 3f7ec539 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: changement fk_user en fk_user_creat

parent 59d2c0ff
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ $sql.= " WHERE 1=1 ";
if ($_GET["userid"]) // statut commercial
{
$sql .= " AND p.fk_user=".$_GET["userid"];
$sql .= " AND p.fk_user_creat=".$_GET["userid"];
}
if (!$user->rights->commercial->client->voir && !$socid) //restriction
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment