Patch level : 10.0 896
Files correlati : tc1.exe Ricompilazione Demo : [ ] Commento : Registri sezionali per trasferimento a Zucchetti i git-svn-id: svn://10.65.10.50/branches/R_10_00@21521 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
70da35c523
commit
479a51ebef
@ -320,6 +320,11 @@ void TInvio_file::validate(TCursor& cur,TRecord_text &rec, TToken_string &s, TSt
|
|||||||
else
|
else
|
||||||
valore = format("%02d", att);
|
valore = format("%02d", att);
|
||||||
}
|
}
|
||||||
|
else if (code == "_SEZIONALE")
|
||||||
|
{
|
||||||
|
int att = atoi(cur.file("REG").get("I8"));
|
||||||
|
valore = format("%02d", att);
|
||||||
|
}
|
||||||
else if (code == "_IVA" || code == "_NORMA")
|
else if (code == "_IVA" || code == "_NORMA")
|
||||||
{
|
{
|
||||||
if (app().triva())
|
if (app().triva())
|
||||||
|
@ -462,7 +462,7 @@ NAME(7) = SEZIONE
|
|||||||
TYPE(7) = NUMERO
|
TYPE(7) = NUMERO
|
||||||
POSITION(7) = 17
|
POSITION(7) = 17
|
||||||
LENGTH(7) = 2
|
LENGTH(7) = 2
|
||||||
MESSAGE(7) = _ATTIVITA
|
MESSAGE(7) = _SEZIONALE
|
||||||
|
|
||||||
NAME(8) = TIPO DOCUMENTO
|
NAME(8) = TIPO DOCUMENTO
|
||||||
TYPE(8) = STRINGA
|
TYPE(8) = STRINGA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user