From f8750bfafedafcaf45a65e91c129d5ad373ff003 Mon Sep 17 00:00:00 2001 From: bMancone Date: Mon, 13 Feb 2012 14:11:46 +0000 Subject: [PATCH] // Fixed #PSFV-417 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13255 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminImportController.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php index bb88a2805..50d8cec45 100644 --- a/controllers/admin/AdminImportController.php +++ b/controllers/admin/AdminImportController.php @@ -119,7 +119,6 @@ class AdminImportControllerCore extends AdminController 'label' => $this->l('Value (Value:Position)').'*' ), 'reference' => array('label' => $this->l('Reference')), - 'supplier_reference' => array('label' => $this->l('Supplier reference')), 'ean13' => array('label' => $this->l('EAN13')), 'upc' => array('label' => $this->l('UPC')), 'wholesale_price' => array('label' => $this->l('Wholesale price')), @@ -1327,13 +1326,13 @@ class AdminImportControllerCore extends AdminController (float)$info['weight'], 0, (float)$info['ecotax'], - (int)$info['quantity'], $id_image, strval($info['reference']), - strval($info['supplier_reference']), strval($info['ean13']), (int)$info['default_on'], - strval($info['upc']) + 0, + strval($info['upc']), + (int)$info['quantity'] ); $id_attribute_group = 0;