Patch level : 12.0 458
Files correlati : tf Commento : Corretto controllo tipo documento in query git-svn-id: svn://10.65.10.50/branches/R_10_00@24120 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
cde1a9fbc0
commit
b61eb97d74
@ -74,7 +74,8 @@ TRectype TTrFa_cursors::_next(return_code& code, TString& tipocf, TString& codcf
|
||||
}
|
||||
|
||||
// Se non è un movimento o il controllo fallisce mi sposto
|
||||
if(!newMov || !checkRecord(c_rmoviva) || !msk().get_bool(getTipoDoc(c_rmoviva->get("23.TIPODOC").as_string())))
|
||||
int tipoDoc = getTipoDoc(c_rmoviva->get("23.TIPODOC").as_string());
|
||||
if(!newMov || !checkRecord(c_rmoviva) || tipoDoc == -1 || !msk().get_bool(tipoDoc))
|
||||
{
|
||||
TString codiva;
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user