// employee can now be multishop

This commit is contained in:
vChabot
2012-05-16 14:23:33 +00:00
parent 35f0b6e89a
commit 7b5c0465c3
+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),