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:
parent
60098c003c
commit
746472840a
@ -1079,7 +1079,7 @@ bool TTrFa_app::tff0400(TSheet_field& sheet)
|
|||||||
TVariant vtipocf = strarr->get(_tipocf), vcodcf = strarr->get(_codcf), voccas = strarr->get(_occas);
|
TVariant vtipocf = strarr->get(_tipocf), vcodcf = strarr->get(_codcf), voccas = strarr->get(_occas);
|
||||||
|
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
if(vtipocf.as_string() == "F" && vcodcf.as_string() == "1288")
|
if(vtipocf.as_string() == "F" && vcodcf.as_string() == "200423")
|
||||||
bool tolla = true;
|
bool tolla = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -1098,7 +1098,7 @@ bool TTrFa_app::tff0400(TSheet_field& sheet)
|
|||||||
else
|
else
|
||||||
codcf = cache().get(LF_MOV, strarr->get(_numero), "CFBOLLADOG");
|
codcf = cache().get(LF_MOV, strarr->get(_numero), "CFBOLLADOG");
|
||||||
r_cedeprest = getCli("F", codcf, "");
|
r_cedeprest = getCli("F", codcf, "");
|
||||||
cedeprest.init('F', atol(codcf));
|
cedeprest.init(r_cedeprest);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user