Patch level :2.0 AGA

Files correlati     :ve5.exe
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@10791 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2003-02-04 09:35:35 +00:00
parent 20b86d01ba
commit 88626115c3

View File

@ -121,7 +121,7 @@ void TDeletedoc_app::backup_delete_doc(int op, int who, bool pack_rows)
const int rows = documento.physical_rows();
for (int x = 1; x <= rows; x++)
{
if (documento[x].is_evasa());
if (documento[x].is_evasa())
{
TToken_string id(30);
id = doc.get(DOC_PROVV);