// Remove 'multishop' => true from Employee and AttributeGroup

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15478 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-05-21 09:13:23 +00:00
parent 92155373d6
commit 76a079bd8f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -43,7 +43,6 @@ 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),