From 2dc77533d7886cd71119f4c2ce1c1a129307064c Mon Sep 17 00:00:00 2001 From: aFolletete Date: Sat, 19 May 2012 09:34:53 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-2428 - fix bug on combination creation git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15412 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Product.php b/classes/Product.php index 4d522d73a..74eff4f12 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -1055,7 +1055,7 @@ class ProductCore extends ObjectModel $id_images, $reference, $supplier_reference, $ean13, $default, $location = null, $upc = null, $minimal_quantity = 1) { $id_product_attribute = $this->addAttribute( - $price, $weight, $unit_impact, $ecotax, 0, $id_images, + $price, $weight, $unit_impact, $ecotax, $id_images, $reference, $ean13, $default, $location, $upc, $minimal_quantity); $this->addSupplierReference($supplier_reference, $id_product_attribute);