setLotto($codice_lotto) && ($gara->partecipazioneAttiva() || $derivazione == "emendamento")) { $partecipante = $gara->miaPartecipazione(); if (!empty($partecipante)) { $busta = $gara->getBustaSecretata($partecipante["codice"], $codice_richiesta,$derivazione,true); if (!empty($busta)) { if ($gara->partecipazioneAttiva() && !empty($gara->miaPartecipazione())) { $continua = true; if ($partecipante["conferma"] == "S") { $gara->revoca(); } } else if ($gara->emendamentiAttivi()) { $continua = true; } if ($continua) { $gara->deleteSecretate($busta["codice_richiesta"]); ?> Swal({ title: "", text: "", type: "success", closeOnConfirm: true, }).then(() => { window.location.reload(); })