Fix: this choice is not part of the Milestone module
This commit is contained in:
parent
c1e50c273a
commit
6064f56055
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user