Corretto MI0872.

git-svn-id: svn://10.65.10.50/trunk@3719 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-10-07 15:57:38 +00:00
parent f8cc12e41f
commit b328da734c

View File

@ -146,7 +146,6 @@ void CG1700_application::preprocess_header()
set_header(r++, "@5gDescrizione@30gTipo Codice@55gDescrizione@80gDes Reg. All. Mod Gest Num. Data Cau. Intr. Fat"); set_header(r++, "@5gDescrizione@30gTipo Codice@55gDescrizione@80gDes Reg. All. Mod Gest Num. Data Cau. Intr. Fat");
set_header(r++, "Cod. Causale@30gDoc. Conto@51gD/A Conto@80gAgg IVA IVA 770 Cesp Sald Doc. Doc. Rif. Op/v. Rit"); set_header(r++, "Cod. Causale@30gDoc. Conto@51gD/A Conto@80gAgg IVA IVA 770 Cesp Sald Doc. Doc. Rif. Op/v. Rit");
set_header(r++, (const char*) riga); set_header(r++, (const char*) riga);
printer().footerlen(3);
} }
bool CG1700_application::preprocess_print(int file, int counter) bool CG1700_application::preprocess_print(int file, int counter)
@ -267,6 +266,7 @@ bool CG1700_application::set_print(int)
if (tasto == K_ENTER) if (tasto == K_ENTER)
{ {
_data = _msk->get(F_DATASTAMPA); _data = _msk->get(F_DATASTAMPA);
printer().footerlen(3);
return TRUE; return TRUE;
} }
return FALSE; return FALSE;