Tramutato atoi() in atol() per convertire il sottoconto. Preso da
R97_02 git-svn-id: svn://10.65.10.50/trunk@5165 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a222251258
commit
e1325f53b7
@ -4562,7 +4562,7 @@ void TTransfer_file::write_righe_IVA(TString& record)
|
|||||||
}
|
}
|
||||||
if (fname == RMI_SOTTOCONTO)
|
if (fname == RMI_SOTTOCONTO)
|
||||||
{
|
{
|
||||||
long sottoc = atoi(field);
|
long sottoc = atol(field);
|
||||||
field.format("%6ld", sottoc);
|
field.format("%6ld", sottoc);
|
||||||
}
|
}
|
||||||
if (fname == RMI_TIPODET || fname == RMI_TIPOCR || fname == RMI_TIPOATT)
|
if (fname == RMI_TIPODET || fname == RMI_TIPOCR || fname == RMI_TIPOATT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user