Migliorato trasferimento IBAN su bolle già importate (veniva ignorato)

git-svn-id: svn://10.65.10.50/branches/R_10_00@22698 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2012-07-10 13:50:31 +00:00
parent 4a5ecc1955
commit e1c6fbb7f0

View File

@ -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);