// Fix #PSCFV-4679

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17735 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-10-03 16:04:33 +00:00
parent fe7e7df605
commit d3adbb1ba4
+1 -1
View File
@@ -45,7 +45,7 @@ class AttributeGroupCore extends ObjectModel
'multilang' => true,
'fields' => array(
'is_color_group' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
'group_type' => array('type' => self::TYPE_STRING),
'group_type' => array('type' => self::TYPE_STRING, 'required' => true),
'position' => array('type' => self::TYPE_INT, 'validate' => 'isInt'),
// Lang fields