From 9e6b296c7ef14b7ec19cce0130f80b0be139a1a7 Mon Sep 17 00:00:00 2001 From: cris Date: Fri, 1 Dec 2006 08:56:25 +0000 Subject: [PATCH] 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 --- ve/ve7701.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ve/ve7701.cpp b/ve/ve7701.cpp index 79f5fc7c9..8846573ef 100755 --- a/ve/ve7701.cpp +++ b/ve/ve7701.cpp @@ -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(); }