[+] BO : now you can choose type of attribute group (select , color, radio)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8691 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -31,6 +31,7 @@ class AttributeGroupCore extends ObjectModel
|
||||
public $name;
|
||||
public $is_color_group;
|
||||
public $position;
|
||||
public $group_type;
|
||||
|
||||
/** @var string Public Name */
|
||||
public $public_name;
|
||||
@@ -62,6 +63,7 @@ class AttributeGroupCore extends ObjectModel
|
||||
$this->validateFields();
|
||||
|
||||
$fields['is_color_group'] = (int)($this->is_color_group);
|
||||
$fields['group_type'] = pSQL($this->group_type);
|
||||
$fields['position'] = (int)($this->position);
|
||||
|
||||
return $fields;
|
||||
|
||||
Reference in New Issue
Block a user