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:
parent
20b86d01ba
commit
88626115c3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user