// fix required fields

This commit is contained in:
mMarinetti
2011-11-22 13:29:07 +00:00
parent bbeca5d090
commit 0f1ad854f1
+1 -1
View File
@@ -213,7 +213,7 @@ class ProductCore extends ObjectModel
/** @var array tables */
protected $tables = array ('product', 'product_lang');
protected $fieldsRequired = array('quantity', 'price');
protected $fieldsRequired = array('price'); // quantity removed
protected $fieldsSize = array('reference' => 32, 'supplier_reference' => 32, 'location' => 64, 'ean13' => 13, 'upc' => 12, 'unity' => 10);
protected $fieldsValidate = array(
'id_tax_rules_group' => 'isUnsignedId',