Corretti errori Milano

git-svn-id: svn://10.65.10.50/trunk@2640 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1996-02-23 15:28:11 +00:00
parent ea57887099
commit 7322aed1ad

View File

@ -2456,9 +2456,9 @@ void TListaMov_application::preprocess_header()
else // _annoes == 0
if (_flags & ST_DATA)
{
set_header (soh, "Dalla data@12g%s",_data_ini.string());
set_header (soh, "Dalla data@11g%s",_data_ini.string());
if (_data_fin.ok())
set_header (soh, "@24galla data@34g%s",_data_fin.string());
set_header (soh, "@23galla data@33g%s",_data_fin.string());
}
else
set_header (soh, "Completa in ordine di data");
@ -2481,8 +2481,8 @@ void TListaMov_application::preprocess_header()
set_header (soh++, " tutte le causali");
if (_flags & ST_REGISTRO)
{
set_header (soh, "dal registro@14g%s",(const char*)_registro_ini);
set_header (soh, "@18gal registro@30g%s",(const char*)_registro_fin);
set_header (soh, "dal registro@13g%s",(const char*)_registro_ini);
set_header (soh, "@17gal registro@29g%s",(const char*)_registro_fin);
}
else
set_header (soh, "tutti i registri");
@ -2529,8 +2529,8 @@ void TListaMov_application::preprocess_header()
else
if (_flags & ST_DATA)
{
set_header (soh, "Dalla data@12g%s", (const char*)_data_ini.string());
set_header (soh, "@24galla data@34g%s", (const char*)_data_fin.string());
set_header (soh, "Dalla data@11g%s", (const char*)_data_ini.string());
set_header (soh, "@23galla data@33g%s", (const char*)_data_fin.string());
}
else
set_header (soh, "Completa in ordine di data");
@ -2546,7 +2546,7 @@ void TListaMov_application::preprocess_header()
if (_flags & ST_CAUSALE)
{
set_header(soh, "@86gdalla causale@100g%3s",(const char*)_causale_ini);
set_header(soh++,"@103galla causale@116g%3s",(const char*)_causale_fin);
set_header(soh++,"@104galla causale@117g%3s",(const char*)_causale_fin);
}
else
set_header (soh++, "@86gtutte le causali");