Skip to content
Snippets Groups Projects
Commit de4419f7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Use option MAIN_USE_NOTES_IN_DETAILS instead of milestone module

parent 6064f560
No related branches found
No related tags found
No related merge requests found
...@@ -479,9 +479,12 @@ class Form ...@@ -479,9 +479,12 @@ class Form
if (1 == $selected) print ' selected="true"'; if (1 == $selected) print ' selected="true"';
print '>'.$langs->trans("Service"); print '>'.$langs->trans("Service");
if ($conf->global->MAIN_USE_NOTES_IN_DETAILS)
{
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