fix x modifiche vobarno
This commit is contained in:
@@ -232,7 +232,7 @@ $dbh->disconnect;
|
||||
# Ciclo x email totale rilevazioni
|
||||
foreach my $tool ( sort grep { /DT|PT/ } keys %ToolName ) {
|
||||
|
||||
if ( $ToolName{$tool}{'ToolState'} eq 'Monitoring Completed' ) {
|
||||
if ( ! defined $ToolName{$tool}{'ToolState'} or ($ToolName{$tool}{'ToolState'} eq 'Monitoring Completed') ) {
|
||||
next; #skip dei tool nello stato del test
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user