Private GIT

Skip to content
Snippets Groups Projects
Commit 5a336f3f authored by Lionel Assepo's avatar Lionel Assepo
Browse files

closes #4234

parent 37ca5a31
No related branches found
Tags
No related merge requests found
......@@ -177,7 +177,7 @@
$tab_hostcriticality[$nbhostpb] = '';
$rqCriticality = "SELECT cvs.value as criticality ".
"FROM customvariables cvs ".
"WHERE cvs.host_id = '".$ndo['host_id']."' ".
"WHERE cvs.host_id = '".$ndo['host_id']."' AND ISNULL(cvs.service_id) ".
"AND cvs.name='CRITICALITY_ID'";
$resCriticality = $dbb->query($rqCriticality);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment