From 973338df7bd8e9feac3be263f64790df785b9898 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 --- 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);