Patch level : 12.0 614
Files correlati : tp0.exe DA VERIFICARE
This commit is contained in:
parent
e95505baff
commit
90eb91bf8e
@ -853,18 +853,18 @@ bool TPack_ddt::trasferisci()
|
||||
{
|
||||
TGeneric_distrib d(peso_imballo_ddt, 3);
|
||||
FOR_EACH_CONFIGURED_CONAI_CLASS(cc)
|
||||
if (art.conai_subclass(cc).full())
|
||||
if (rdoc.get(conai_sottocat_name(cc, LF_RIGHEDOC)).full())
|
||||
d.add(art.conai_weight(cc));
|
||||
FOR_EACH_CONFIGURED_CONAI_CLASS(cc)
|
||||
if (art.conai_subclass(cc).full())
|
||||
if (rdoc.get(conai_sottocat_name(cc, LF_RIGHEDOC)).full())
|
||||
rdoc.put(conai_peso_name(cc), d.get());
|
||||
}
|
||||
else
|
||||
{
|
||||
// Il peso in bolla coincide con quello in anagrafica: devo riportarli
|
||||
FOR_EACH_CONFIGURED_CONAI_CLASS(cc)
|
||||
if (art.conai_subclass(cc).full())
|
||||
rdoc.put(conai_peso_name(cc), art.conai_weight(cc));
|
||||
if (rdoc.get(conai_sottocat_name(cc, LF_RIGHEDOC)).full())
|
||||
rdoc.put(conai_peso_name(cc), art.conai_weight(cc));
|
||||
}
|
||||
/* }
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user