Patch level : 12.0
Files correlati : fp Commento : Aggiunto commit a fine lavoro
This commit is contained in:
parent
2513026e6a
commit
ab921b8374
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user