[-] BO : BugFix : #PSCFV-2337 : Multishop : Attributes and values : problem creation attribute

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15328 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-05-16 09:05:23 +00:00
parent 6737a5b880
commit 8e871f10ac
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ class AttributeGroupCore extends ObjectModel
'table' => 'attribute_group',
'primary' => 'id_attribute_group',
'multilang' => true,
'multishop' => true,
'fields' => array(
'is_color_group' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
'group_type' => array('type' => self::TYPE_STRING),