1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Aggiornamento stati ricevuta FE

This commit is contained in:
Fabio Lovato
2018-12-27 19:20:30 +01:00
parent 60997bb593
commit c8a1b64f2e
2 changed files with 10 additions and 2 deletions

View File

@@ -28,12 +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,
]);