up lenght reference of product
This commit is contained in:
parent
85cc7b57dc
commit
c049980a9a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user