Patch level : 1.7 at
Files correlati : at8.exe Ricompilazione Demo : [ ] Commento : trasf., da cetraplus: aggiunto verifica della categoria SM git-svn-id: svn://10.65.10.50/trunk@13813 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d48778bacd
commit
6990ff1ed5
@ -595,6 +595,12 @@ bool TCtpr2at::update_record(TRectype& record_at, TAssoc_array& record_ct)
|
|||||||
stampa << catsog << " sit " << catdon;
|
stampa << catsog << " sit " << catdon;
|
||||||
print_line(stampa);
|
print_line(stampa);
|
||||||
}
|
}
|
||||||
|
else if ((catsog == "SM") && (catdon == "AV"))
|
||||||
|
{
|
||||||
|
stampa = "CATEGORIA diversa: avis ";
|
||||||
|
stampa << catsog << " sit " << catdon;
|
||||||
|
print_line(stampa);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
bool cambia = TRUE;
|
bool cambia = TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user