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