Merge branch 'master' into tax
Conflicts: core/lib/Thelia/Core/Template/Loop/FeatureValue.php core/lib/Thelia/Model/Base/AttributeTemplate.php core/lib/Thelia/Model/Base/AttributeTemplateQuery.php core/lib/Thelia/Model/Map/AttributeTemplateTableMap.php install/thelia.sql local/config/schema.xml
This commit is contained in:
@@ -422,6 +422,7 @@ try {
|
||||
$stock->setPromo($faker->randomNumber(0,1));
|
||||
$stock->setNewness($faker->randomNumber(0,1));
|
||||
$stock->setWeight($faker->randomFloat(2, 100,10000));
|
||||
$stock->setIsDefault($i == 0);
|
||||
$stock->save();
|
||||
|
||||
$productPrice = new \Thelia\Model\ProductPrice();
|
||||
|
||||
Reference in New Issue
Block a user