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:
parent
349a95ce3e
commit
35c6ad0865
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user