mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Aggiornamento API invio/ricezione FE
This commit is contained in:
@@ -28,16 +28,13 @@ switch (filter('op')) {
|
||||
$result = Interaction::sendXML($id_record);
|
||||
|
||||
// Aggiornamento dello stato
|
||||
/*
|
||||
if ($result) {
|
||||
database()->update('co_documenti', [
|
||||
'codice_stato_fe' => 'WAIT',
|
||||
], ['id' => $id_record]);
|
||||
}
|
||||
*/
|
||||
echo json_encode([
|
||||
'sent' => $result,
|
||||
]);
|
||||
|
||||
echo json_encode($result);
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user