Correzioni alla lista movimenti

git-svn-id: svn://10.65.10.50/trunk@902 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1995-01-24 15:46:03 +00:00
parent 5738b426dd
commit 7440188549
3 changed files with 228 additions and 225 deletions

View File

@ -1630,6 +1630,8 @@ else _err.set(3);
if (_codcf == 0l)
_err.set(16);
}
if (_codcf != 0l)
{
if ((tipo == 1 && _tipo_elenco != "C") || (tipo == 2 && _tipo_elenco != "F"))
_err.set(17);
@ -1677,6 +1679,7 @@ else _err.set(3);
}
}
}
}
if (_err.ones())
return TRUE;