Fix set sede in pianificazione interventi

This commit is contained in:
MatteoPistorello 2022-01-17 16:47:51 +01:00
parent cfba46ecdc
commit d21fafa430
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ switch ($operazione) {
'idtipointervento' => post('idtipointervento'),
'richiesta' => post('richiesta'),
'idimpianti' => implode(',', post('idimpianti') ?: []),
'idsede' => implode(',', post('idsede_c') ?: []),
'idsede' => post('idsede_c') ?: 0,
], ['id' => $id_record]);
flash()->info(tr('Promemoria inserito!'));