Patch level : 12.0 558

Files correlati     : tf
Commento            : Tolta esportazione partita IVA se inizia per 8 o 9 a causa di un'incompatibilità con ModuliSirio



git-svn-id: svn://10.65.10.50/branches/R_10_00@24455 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2018-04-04 14:52:21 +00:00
parent 53b059397e
commit 05279f15c9

View File

@ -1178,7 +1178,7 @@ bool TTrFa_app::tff0400(TSheet_field& sheet)
tff0400f.set("P4_FISCIVAPAESE", "OO");
tff0400f.set("P4_FISCIVACOD", "99999999999");
}
else if (cedeprest.stato_partita_IVA().full() && cedeprest.partita_IVA().full())
else if (cedeprest.stato_partita_IVA().full() && cedeprest.partita_IVA().full() && cedeprest.partita_IVA()[0] != '8' && cedeprest.partita_IVA()[0] != '9')
{
tff0400f.set("P4_FISCIVAPAESE", cedeprest.stato_partita_IVA());
tff0400f.set("P4_FISCIVACOD", cedeprest.partita_IVA());