From d02275dca34b7a0f7573b6c0747bc2e451e2e982 Mon Sep 17 00:00:00 2001 From: luca83 Date: Fri, 31 Jul 2009 13:41:11 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:=2010.?= =?UTF-8?q?0=20patch=20404=20Files=20correlati=20=20=20=20=20:=20lv2=20Ric?= =?UTF-8?q?ompilazione=20Demo=20:=20[=20]=20Commento=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20:=20Adesso=20svuota=20il=20l'array=20delle=20qua?= =?UTF-8?q?ntit=C3=A0,=20cos=C3=AC=20carica=20solo=20lew=20righe=20documew?= =?UTF-8?q?nto=20giuste=20e=20non=20anche=20quelle=20di=20documenti=20prec?= =?UTF-8?q?edenti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/trunk@19175 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv2400.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lv/lv2400.cpp b/lv/lv2400.cpp index f1ca4123a..9d1c242d6 100755 --- a/lv/lv2400.cpp +++ b/lv/lv2400.cpp @@ -152,6 +152,7 @@ bool TGenera_documenti_app::crea_documento(const TISAM_recordset& plan) if (!numerazione_ddt(codnum, tpdoc, statoi, statof)) return NOERR; + _quantita.destroy(); //creo il documento corretto riempiendo i campi che già conosco TDocumento doc('D',anno,codnum,0); doc.put(DOC_TIPODOC, tpdoc);