Fix: this choice is not part of the Milestone module

This commit is contained in:
Regis Houssin 2010-06-08 06:58:03 +00:00
parent c1e50c273a
commit 6064f56055

View File

@ -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);