Patch level : 12.0 980
Files correlati : f90.exe Commento : - Aggiunto controllo per partite iva che iniziano per 8 o 9 per generare correttamente l'IDFISCALE. - Corretta esportazione acquisti senza cartaceo.
This commit is contained in:
parent
aaeaa0c1bf
commit
a5a12ccf58
@ -723,14 +723,14 @@ const char* TEstrazione::diagnostica_mov()
|
||||
mov_i.descr_estr = movimento_t::no_filecart;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ok &= true;
|
||||
mov_i.err = false;
|
||||
mov_i.estratto = false;
|
||||
mov_i.descr_estr = movimento_t::no_cartaceo; // Cartaceo che non ha bisogno di essere estratto.
|
||||
++_stats.fa_skip;
|
||||
else
|
||||
{
|
||||
ok &= true;
|
||||
mov_i.err = false;
|
||||
mov_i.estratto = false;
|
||||
mov_i.descr_estr = movimento_t::no_cartaceo; // Cartaceo che non ha bisogno di essere estratto.
|
||||
++_stats.fa_skip;
|
||||
}
|
||||
}
|
||||
copy_file_to_webapp_fld(mov_i);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user