From 1649bc4287fb18657ad7fefc706ec5a55df46ea3 Mon Sep 17 00:00:00 2001 From: angelo Date: Sat, 22 Feb 1997 11:31:14 +0000 Subject: [PATCH] Aggiunto controllo sulla lettura del documento git-svn-id: svn://10.65.10.50/trunk@4154 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve6100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/ve6100.cpp b/ve/ve6100.cpp index b91b44dbd..52d1e81e6 100755 --- a/ve/ve6100.cpp +++ b/ve/ve6100.cpp @@ -1818,7 +1818,7 @@ void TContabilizzazione_app::contabilize() { p.setstatus(j+1); doc_cur = j; - _doc->read(doc_cur.curr()); // legge il documento + if (_doc->read(doc_cur.curr()) != NOERR) continue; // legge il documento if (codnum != _doc->get("CODNUM")) continue; // patch del cazzo if (doc_tipo_stato_ok()) // controlla che il tipo documento e lo stato siano coerenti con la ELD selezionata contabilize_document();