Fix info intervento da applicazione

This commit is contained in:
Thomas Zilio 2018-08-31 15:59:33 +02:00
parent 24a1d6ffab
commit 349a95ce3e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ switch ($resource) {
$dbo->update('in_interventi', [ $dbo->update('in_interventi', [
'idstatointervento' => $data['id_stato_intervento'], 'idstatointervento' => $data['id_stato_intervento'],
'descrizione' => $data['descrizione'], 'descrizione' => $data['descrizione'],
'informazioniaggiuntive' => $data['informazioniaggiuntive'], 'informazioni_aggiuntive' => $data['informazioniaggiuntive'],
], ['id' => $data['id']]); ], ['id' => $data['id']]);
break; break;