Fix salvataggio sede in interventi

This commit is contained in:
MatteoPistorello 2022-01-28 12:33:29 +01:00
parent 2a5f0c207b
commit 448a813321
1 changed files with 1 additions and 5 deletions

View File

@ -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');