Patch level : 12.0 888

Files correlati     : f90.exe
Commento            : Corretta estrazione provvisoria
This commit is contained in:
Simone Palacino 2019-10-14 12:36:30 +02:00
parent f4c294a9ec
commit e814c93297

View File

@ -745,7 +745,8 @@ void TF9_app::load()
TToken_string elab_f9(mov.get(MOV_ELABF9), ';');
// Se definitivo controllo il flag di stampato REGST
if (mov.get_bool(MOV_REGST) != flagpro && mov.get(MOV_NUMDOC).full() && TCausale(mov.get(MOV_CODCAUS)).reg().iva() == tipo
TCausale caus(mov.get(MOV_CODCAUS));
if ((flagpro || mov.get_bool(MOV_REGST)) && mov.get(MOV_NUMDOC).full() && caus.reg().iva() == tipo
&& (elab_f9.items() == 3 && elab_f9.get(2)[0] != 'X' || elab_f9.empty())) // Controllo che non sia escluso
{
TToken_string t("", '|');