Fix salvataggio sede in interventi
This commit is contained in:
parent
2a5f0c207b
commit
448a813321
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue