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

This commit is contained in:
rMalie
2012-05-21 09:13:23 +00:00
parent ef789134bb
commit 14cdca92d8
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -78,7 +78,6 @@ class EmployeeCore extends ObjectModel
public static $definition = array(
'table' => 'employee',
'primary' => 'id_employee',
'multishop' => 'true',
'fields' => array(
'lastname' => array('type' => self::TYPE_STRING, 'validate' => 'isName', 'required' => true, 'size' => 32),
'firstname' => array('type' => self::TYPE_STRING, 'validate' => 'isName', 'required' => true, 'size' => 32),