Patch level : 12.0

Files correlati     : fp
Commento            : Aggiunto commit a fine lavoro
This commit is contained in:
Sirio Builder 2018-07-24 18:13:05 +02:00
parent 2513026e6a
commit ab921b8374

View File

@ -1774,14 +1774,16 @@ void TDoc2Paf::main_loop()
break; break;
} }
if (ndocs > 0) if (ndocs > 0)
db().sq_set_exec("UPDATE PAF0100F SET P1_GESTIONE = 'P' WHERE P1_GESTIONE = 'D'"); {
db().sq_set_exec("UPDATE PAF0100F SET P1_GESTIONE = 'P' WHERE P1_GESTIONE = 'D'");
db().sq_commit();
}
message_box(FR("Sono stati elaborati %d documenti"), ndocs); message_box(FR("Sono stati elaborati %d documenti"), ndocs);
} }
if (ndocs > 0 && show_log()) if (ndocs > 0)
//genera_xml(); show_log();
return;
} }
} }