Patch level : 12.0 446

Files correlati     : tf
Commento            : Cambiata inizializzazione oggetto TAnagrafica per bolle doganali, a volte non andava

git-svn-id: svn://10.65.10.50/branches/R_10_00@24078 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2017-09-08 07:19:29 +00:00
parent 60098c003c
commit 746472840a

View File

@ -1079,7 +1079,7 @@ bool TTrFa_app::tff0400(TSheet_field& sheet)
TVariant vtipocf = strarr->get(_tipocf), vcodcf = strarr->get(_codcf), voccas = strarr->get(_occas);
#ifdef DBG
if(vtipocf.as_string() == "F" && vcodcf.as_string() == "1288")
if(vtipocf.as_string() == "F" && vcodcf.as_string() == "200423")
bool tolla = true;
#endif
@ -1098,7 +1098,7 @@ bool TTrFa_app::tff0400(TSheet_field& sheet)
else
codcf = cache().get(LF_MOV, strarr->get(_numero), "CFBOLLADOG");
r_cedeprest = getCli("F", codcf, "");
cedeprest.init('F', atol(codcf));
cedeprest.init(r_cedeprest);
}
else
{