fixed PDF

This commit is contained in:
Roland Gruber 2018-03-04 09:43:16 +01:00
parent 1a37568520
commit 45c1ade0f1
1 changed files with 1 additions and 1 deletions

View File

@ -1844,7 +1844,7 @@ class posixAccount extends baseModule implements passwordService {
$fields['cn'] = _('Common name');
}
if (!$this->isBooleanConfigOptionSet('posixAccount_' . $typeId . '_hidegecos')) {
$return['PDF_fields']['gecos'] = _('Gecos');
$fields['gecos'] = _('Gecos');
}
return $fields;
}