Fix hash key for DG

This commit is contained in:
Georg Schönberger
2014-10-20 12:31:57 +02:00
parent d0201be2d2
commit c6e3aca450

View File

@@ -614,7 +614,7 @@ sub getPDStatus{
}
}
if(exists($PD->{'DG'})){
if($PD->{'eq'} eq 'F'){
if($PD->{'DG'} eq 'F'){
$status = 'Warning';
push @{$statusLevel_a[1]}, $PD->{'pd'}.'_DG';
}