Fix minore

This commit is contained in:
Pek5892 2024-03-18 16:49:05 +01:00
parent d60890734e
commit aa14944c92
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}