Code comment
This commit is contained in:
parent
88397436c0
commit
55e31796d2
@ -552,6 +552,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
// check if a product is not already a parent product of this one
|
// check if a product is not already a parent product of this one
|
||||||
$prod_arbo=new Product($db);
|
$prod_arbo=new Product($db);
|
||||||
$prod_arbo->id=$objp->rowid;
|
$prod_arbo->id=$objp->rowid;
|
||||||
|
// This type is not supported (not required to have virtual products working).
|
||||||
if ($prod_arbo->type == Product::TYPE_ASSEMBLYKIT || $prod_arbo->type == Product::TYPE_STOCKKIT)
|
if ($prod_arbo->type == Product::TYPE_ASSEMBLYKIT || $prod_arbo->type == Product::TYPE_STOCKKIT)
|
||||||
{
|
{
|
||||||
$is_pere=0;
|
$is_pere=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user