From e1c6fbb7f033c52967a50a8d57143a9218b43212 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 10 Jul 2012 13:50:31 +0000 Subject: [PATCH] =?UTF-8?q?Migliorato=20trasferimento=20IBAN=20su=20bolle?= =?UTF-8?q?=20gi=C3=A0=20importate=20(veniva=20ignorato)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/branches/R_10_00@22698 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- tp/tp0102.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp/tp0102.cpp b/tp/tp0102.cpp index f8f17bb7c..013c59865 100755 --- a/tp/tp0102.cpp +++ b/tp/tp0102.cpp @@ -663,7 +663,7 @@ bool TPack_ddt::trasferisci() doc->put(DOC_TIPOCF, tipocf); doc->put(DOC_CODCF, codcf); doc->put(DOC_CODINDSP, get_indsped()); - if (isnew) + if (isnew || doc->stato() < '3') // Aggiunto test sullo stato 09-07-2012 { TToken_string tok; tok.add(tipocf); tok.add(codcf); const TRectype& cfven = cache().get(LF_CFVEN, tok);