'type' => 'Locale',
'tab' => 'Settings']);
- $extranetv1 = ['settings', 'ws_password', 'ws_settings', 'ws_rights', 'ws_domains', 'login', 'mobile', 'fax', 'notes', 'grade', 'resetpassword'];
+ $extranetv1 = ['settings', 'ws_password', 'ws_settings', 'ws_rights', 'ws_domains','ws_count', 'login', 'mobile', 'fax', 'notes', 'grade', 'resetpassword'];
foreach ($extranetv1 as $f) {
$this->addField(['name' => 'e1_' . $f,
return self::$_companyNames;
}
- return isset(self::$_companyNames[$id]) ? self::$_companyNames[$id] : '-';
+ return isset(self::$_companyNames[$id]) ? self::$_companyNames[$id] : $id;
}
public function getManagedUsers()