Correzione errore (senza codice) relativo alla mancata inizializzazione di
_annoSCA nel caso di trasferimento scadenze git-svn-id: svn://10.65.10.50/trunk@4965 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
abe570d7d8
commit
28dcf49723
@ -31,7 +31,7 @@ int fremove(const char* path)
|
||||
#endif
|
||||
|
||||
//ritorna falso se la causale non e' significativa
|
||||
HIDDEN bool look_causale (const char* codcaus)
|
||||
bool look_causale (const char* codcaus)
|
||||
{
|
||||
TString16 caus = codcaus;
|
||||
if (caus == "000")
|
||||
@ -2090,6 +2090,7 @@ void TTransfer_file::write_tmp_movSC(TString& record)
|
||||
_nregSC_p = _nregSC;
|
||||
_numrigSC_p = _numrigSC;
|
||||
_annoSC_p = _annoSC;
|
||||
_annoSCA = _annoSC;
|
||||
_numpartSC_p = _numpartSC;
|
||||
|
||||
partita(record);
|
||||
@ -4201,7 +4202,6 @@ void TTransfer_file::write_testata_movimenti(TString& record)
|
||||
}
|
||||
|
||||
if (fname == MOV_OCFPI)
|
||||
{
|
||||
if (field.trim().empty())
|
||||
{
|
||||
TString rags = record.sub(290,340);
|
||||
@ -4214,7 +4214,6 @@ void TTransfer_file::write_testata_movimenti(TString& record)
|
||||
else
|
||||
occas = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
if (flag == 2)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user