Configuration product creation issue fixed

This commit is contained in:
jitendra 2019-09-05 16:50:16 +05:30
parent 55fa22af6c
commit 27d3d3f93e
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ class Configurable extends AbstractType
$this->createVariant($product, $permutation);
}
}
return $product;
}
/**