diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 890b0a8bda9f37167fda030a5936e19cd9e6cebf..26e7724d78bb9eef831f429123eac5f04309c56e 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -479,12 +479,9 @@ class Form if (1 == $selected) print ' selected="true"'; print '>'.$langs->trans("Service"); - if ($conf->milestone->enabled) - { - print '<option value="9"'; - if (9 == $selected) print ' selected="true"'; - print '>'.$langs->trans("Notes"); - } + print '<option value="9"'; + if (9 == $selected) print ' selected="true"'; + print '>'.$langs->trans("Notes"); print '</select>'; //if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1);