up lenght reference of product

This commit is contained in:
Marion Muszynski 2016-09-22 11:02:55 +02:00
parent 85cc7b57dc
commit c049980a9a

View File

@ -9,6 +9,7 @@ class Product extends ProductCore
/**
* @Override
*/
protected $fieldsSize = array('reference' => 64, 'supplier_reference' => 32, 'location' => 64, 'ean13' => 13, 'upc' => 12, 'unity' => 10);
protected $fieldsValidateLang = array(
'meta_description' => 'isGenericName', 'meta_keywords' => 'isGenericName',
'meta_title' => 'isGenericName', 'link_rewrite' => 'isLinkRewrite', 'name' => 'isCatalogName',