Update AdminImportController.php

This commit is contained in:
indesign47
2013-10-05 10:50:19 +02:00
parent 805989da39
commit b61e3e68b9
+2 -1
View File
@@ -220,7 +220,7 @@ class AdminImportControllerCore extends AdminController
'upc' => array('label' => $this->l('UPC')),
'ecotax' => array('label' => $this->l('Ecotax')),
'width' => array('label' => $this->l('Width')),
'weight' => array('label' => $this->l('Weight')),
'height' => array('label' => $this->l('Height')),
'depth' => array('label' => $this->l('Depth')),
'weight' => array('label' => $this->l('Weight')),
'quantity' => array('label' => $this->l('Quantity')),
@@ -272,6 +272,7 @@ class AdminImportControllerCore extends AdminController
'additional_shipping_cost' => 0.00,
'unit_price_ratio' => 0.000000,
'quantity' => 0,
'minimal_quantity' => 1,
'price' => 0,
'id_tax_rules_group' => 0,
'description_short' => array((int)Configuration::get('PS_LANG_DEFAULT') => ''),