Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : aggiorna sit. sogg. da appoggio: corretto passaggio di categoria git-svn-id: svn://10.65.10.50/trunk@9242 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b956627a49
commit
795cfea060
@ -156,9 +156,15 @@ bool TReconstruction::menu(MENU_TAG m)
|
|||||||
catdon = ctd.get("S6");
|
catdon = ctd.get("S6");
|
||||||
}
|
}
|
||||||
if ((catdon == _catini1 || _catini1.empty()) && (totdon>=_numdon1) && _catfin1.not_empty())
|
if ((catdon == _catini1 || _catini1.empty()) && (totdon>=_numdon1) && _catfin1.not_empty())
|
||||||
|
{
|
||||||
recsog.put(SOG_CATDON, _catfin1);
|
recsog.put(SOG_CATDON, _catfin1);
|
||||||
|
catdon = _catfin1;
|
||||||
|
}
|
||||||
if ((catdon == _catini2 || _catini2.empty()) && (totdon>=_numdon2) && _catfin2.not_empty() && (!_sttess2 || dimissione))
|
if ((catdon == _catini2 || _catini2.empty()) && (totdon>=_numdon2) && _catfin2.not_empty() && (!_sttess2 || dimissione))
|
||||||
|
{
|
||||||
recsog.put(SOG_CATDON, _catfin2);
|
recsog.put(SOG_CATDON, _catfin2);
|
||||||
|
catdon = _catfin2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
TDate dataiscsog = recsog.get_date(SOG_DATAISC);
|
TDate dataiscsog = recsog.get_date(SOG_DATAISC);
|
||||||
if (!dataiscsog.ok() && _dataisc)
|
if (!dataiscsog.ok() && _dataisc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user