Fix info intervento da applicazione
This commit is contained in:
parent
24a1d6ffab
commit
349a95ce3e
|
@ -108,7 +108,7 @@ switch ($resource) {
|
|||
$dbo->update('in_interventi', [
|
||||
'idstatointervento' => $data['id_stato_intervento'],
|
||||
'descrizione' => $data['descrizione'],
|
||||
'informazioniaggiuntive' => $data['informazioniaggiuntive'],
|
||||
'informazioni_aggiuntive' => $data['informazioniaggiuntive'],
|
||||
], ['id' => $data['id']]);
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue