// employee can now be multishop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15346 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-05-16 14:23:33 +00:00
parent ab5affbb09
commit 5395188ba3
+1
View File
@@ -78,6 +78,7 @@ 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),