mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 15:54:17 +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'),
|
'idtipointervento' => post('idtipointervento'),
|
||||||
'richiesta' => post('richiesta'),
|
'richiesta' => post('richiesta'),
|
||||||
'idimpianti' => implode(',', post('idimpianti') ?: []),
|
'idimpianti' => implode(',', post('idimpianti') ?: []),
|
||||||
'idsede' => implode(',', post('idsede_c') ?: []),
|
'idsede' => post('idsede_c') ?: 0,
|
||||||
], ['id' => $id_record]);
|
], ['id' => $id_record]);
|
||||||
|
|
||||||
flash()->info(tr('Promemoria inserito!'));
|
flash()->info(tr('Promemoria inserito!'));
|
||||||
|
Loading…
Reference in New Issue
Block a user