1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 08:56:48 +01:00

Bugfix API

This commit is contained in:
Thomas Zilio 2018-08-31 16:20:59 +02:00
parent 349a95ce3e
commit 35c6ad0865

View File

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