// 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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user