mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 07:44:02 +01:00
Fix set sede in pianificazione interventi
This commit is contained in:
parent
cfba46ecdc
commit
d21fafa430
@ -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!'));
|
||||
|
Loading…
Reference in New Issue
Block a user