diff --git a/src/f9/f9lib01.cpp b/src/f9/f9lib01.cpp index 31ec9fbcd..7e30389d0 100644 --- a/src/f9/f9lib01.cpp +++ b/src/f9/f9lib01.cpp @@ -833,7 +833,7 @@ result_estr TEstrazione::estrai() // Se in errore, esporto lista errori sul db if (!export_error_list()) warning_box("Errore scrittura db. Controllare log errori."); - + ok &= update_drd_stato_estr(); return estr_diag_err; // Errore diagnostica gestionale }