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:
@@ -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]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user