Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@22385 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
982c45bbe2
commit
ed690fd5c3
@ -345,8 +345,13 @@ bool TImporta_produzione_msk::genera_produzione(const TFilename& file)
|
|||||||
{
|
{
|
||||||
TRectype& testata = *(TRectype*)tprod_ar.objptr(key);
|
TRectype& testata = *(TRectype*)tprod_ar.objptr(key);
|
||||||
real& qta = testata.get_real(RILPROD_QTA);
|
real& qta = testata.get_real(RILPROD_QTA);
|
||||||
|
TString supercazzone = codart;
|
||||||
|
supercazzone.strip(" ");
|
||||||
|
if(supercazzone == "01249000A/SL")
|
||||||
|
int cazzone = 1;
|
||||||
qta += qtaprod;
|
qta += qtaprod;
|
||||||
prog = testata.get_int(RILPROD_PROG);
|
prog = testata.get_int(RILPROD_PROG);
|
||||||
|
testata.put(RILPROD_QTA, qta);
|
||||||
tprod_ar.add(key, testata);
|
tprod_ar.add(key, testata);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user