Skip to content
Snippets Groups Projects
Commit 6064f560 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: this choice is not part of the Milestone module

parent c1e50c27
No related branches found
No related tags found
No related merge requests found
...@@ -479,12 +479,9 @@ class Form ...@@ -479,12 +479,9 @@ class Form
if (1 == $selected) print ' selected="true"'; if (1 == $selected) print ' selected="true"';
print '>'.$langs->trans("Service"); print '>'.$langs->trans("Service");
if ($conf->milestone->enabled)
{
print '<option value="9"'; print '<option value="9"';
if (9 == $selected) print ' selected="true"'; if (9 == $selected) print ' selected="true"';
print '>'.$langs->trans("Notes"); print '>'.$langs->trans("Notes");
}
print '</select>'; print '</select>';
//if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); //if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment