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

Completamento importazione ricevute fatture elettroniche

This commit is contained in:
Fabio Lovato
2019-01-25 15:54:56 +01:00
parent fafa068cca
commit 32eeb76e58
7 changed files with 75 additions and 26 deletions

View File

@@ -31,6 +31,8 @@ switch (filter('op')) {
if ($result) {
database()->update('co_documenti', [
'codice_stato_fe' => 'WAIT',
'descrizione_stato_fe' => 'Fattura in elaborazione...',
'data_stato_fe' => date('Y-m-d H:i:s'),
], ['id' => $id_record]);
}