Update AdminImportController.php
This commit is contained in:
@@ -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') => ''),
|
||||
|
||||
Reference in New Issue
Block a user