// Fixed #PSFV-418

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13266 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-02-13 15:38:43 +00:00
parent 54080062f7
commit a566a2a3d6
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -122,10 +122,10 @@ class AdminImportControllerCore extends AdminController
'ean13' => array('label' => $this->l('EAN13')),
'upc' => array('label' => $this->l('UPC')),
'wholesale_price' => array('label' => $this->l('Wholesale price')),
'price' => array('label' => $this->l('Price')),
'price' => array('label' => $this->l('Impact on price')),
'ecotax' => array('label' => $this->l('Ecotax')),
'quantity' => array('label' => $this->l('Quantity')),
'weight' => array('label' => $this->l('Weight')),
'weight' => array('label' => $this->l('Impact on weight')),
'default_on' => array('label' => $this->l('Default')),
'image_position' => array(
'label' => $this->l('Image position')