diff --git a/modules/interventi/actions.php b/modules/interventi/actions.php index da9b9e00d..da2d863a7 100644 --- a/modules/interventi/actions.php +++ b/modules/interventi/actions.php @@ -190,16 +190,12 @@ switch (post('op')) { $id_promemoria = post('idcontratto_riga'); $idtipointervento = post('idtipointervento'); $idsede_partenza = post('idsede_partenza'); - $idsede_destinazione = post('idsede_destinazione'); + $idsede_destinazione = post('idsede_destinazione') ?: 0; if (post('idclientefinale')) { $intervento->idclientefinale = post('idclientefinale'); } - if (post('idsede_destinazione')) { - $intervento->idsede_destinazione = post('idsede_destinazione'); - } - $intervento->id_preventivo = post('idpreventivo'); $intervento->id_contratto = post('idcontratto'); $intervento->id_ordine = post('idordine');