Skip to content
Snippets Groups Projects
Commit e69550bb authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FEAT #6602 Mail nature select in grey

parent 232f825d
No related branches found
No related tags found
No related merge requests found
......@@ -949,7 +949,7 @@ if ((!empty($_SESSION['error']) && ! ($_SESSION['indexation'] )) )
} else if ($key == 'priority') {
echo 'onchange="updateProcessDate(\'' . $_SESSION['config']['businessappurl'] . 'index.php?display=true&dir=indexing_searching&page=update_process_date\', ' . $s_id . ')"';
} else if ($key == 'nature_id') {
echo 'disabled';
echo 'disabled style="background-color : #e6e6d1;"';
}
?>
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment