Finished product combinations edition

This commit is contained in:
Franck Allimant
2013-10-25 00:32:56 +02:00
parent 10f78b90a5
commit 06cc8ce1ea
11 changed files with 466 additions and 261 deletions

View File

@@ -192,6 +192,7 @@ class Product extends BaseProduct
->setNewness(0)
->setWeight($weight)
->setIsDefault($isDefault)
->setEanCode('')
->save($con)
;