info["smart_cig"] == "N") { $lotto = $record; } $missing = $anac->check190Lotto($lotto); $count = 0; foreach($missing AS $id) { if (strpos($id,"190") === false) { $alertManager->addWarningAlert(__(anac::labels190()[$id]) . " - " . __("mancante"),$hrefComando); $count++; } } if (empty($count)) { $status = "status-border-success"; } else { $status = "status-border-warning"; if ($count == 2) { $status = "status-border-danger"; } } } ?>