Patch level : 4.0

Files correlati     : ve7.exe
Ricompilazione Demo : [ ]
Commento            : corretto errore


git-svn-id: svn://10.65.10.50/trunk@14591 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2006-12-01 08:56:25 +00:00
parent 817f9582b4
commit 9e6b296c7e

View File

@ -134,7 +134,7 @@ bool TGalileo_clifo::trasferisci()
rec_clifo.zero();
rec_clifo.put(CLI_TIPOCF, tipocf);
rec_clifo.put(CLI_CODCF, codcf);
good &= test_write(clifo, true);
good &= test_write(clifo);
}
if (good)
@ -247,7 +247,7 @@ bool TGalileo_articoli::trasferisci()
"WHERE (MID(TBDAT,9,1)=RITIP) AND (TBTIP='COD') AND (TBELE='RIS')";
if (!_data.empty())
{
query << "WHERE RIDTX >= ";
query << "AND RIDTX >= ";
query << _data.date2ansi();
}