// Fixed bugs when editing Warehouses & Suppliers for a product

This commit is contained in:
bMancone
2011-12-14 16:54:02 +00:00
parent 1e8ca5e945
commit b517037e14
2 changed files with 13 additions and 11 deletions
+1
View File
@@ -259,6 +259,7 @@ class ProductCore extends ObjectModel
'cache_has_attachments' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
'date_add' => array('type' => self::TYPE_DATE, 'validate' => 'isDateFormat'),
'date_upd' => array('type' => self::TYPE_DATE, 'validate' => 'isDateFormat'),
'advanced_stock_management' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
// Lang fields
'meta_description' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255),