Fix minore
This commit is contained in:
parent
d60890734e
commit
aa14944c92
|
@ -718,7 +718,7 @@ switch (post('op')) {
|
|||
$intervento = Intervento::find($id_record);
|
||||
if (!empty($stato)) {
|
||||
$intervento = Intervento::find($id_record);
|
||||
$intervento->id = $stato['id'];
|
||||
$intervento->idstatointervento = $stato['id'];
|
||||
$intervento->save();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue