Fix Link product
This commit is contained in:
parent
d02814192f
commit
1ae4341d57
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user