setLotto($codice_lotto) && $gara->partecipazioneAttiva()) { $partecipante = $gara->miaPartecipazione(); if (!empty($partecipante)) { $busta = $gara->getBusta($partecipante["codice"], $codice_richiesta, false, true); if (!empty($busta)) { if ($partecipante["conferma"] == "S") { $gara->revoca(); } $gara->deleteBusta($busta["codice_richiesta"]); ?> Swal({ title: "", text: "", type: "success", closeOnConfirm: true, }).then(() => { window.location.reload(); })