Skip to content
Snippets Groups Projects
Commit 1ae4341d authored by Drosis Nikos's avatar Drosis Nikos
Browse files

Fix Link product

parent d0281419
Branches
Tags
No related merge requests found
...@@ -260,7 +260,7 @@ if ($result) ...@@ -260,7 +260,7 @@ if ($result)
} }
else { else {
$product_static->type=$objp->fk_product_type; $product_static->type=$objp->fk_product_type;
$product_static->id=$objp->fk_product; $product_static->id=$objp->rowid;
$product_static->ref=$objp->ref; $product_static->ref=$objp->ref;
$product_static->libelle=$objp->label; $product_static->libelle=$objp->label;
$text=$product_static->getNomUrl(1); $text=$product_static->getNomUrl(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment