diff --git a/cg/cg1100.cpp b/cg/cg1100.cpp index 2c9361cc8..f77117239 100755 --- a/cg/cg1100.cpp +++ b/cg/cg1100.cpp @@ -1027,6 +1027,8 @@ bool CG1100_application::set_print(int) init_sort(); _resetta_righe_stampa = TRUE; + printer().footerlen(5); + return TRUE; } return FALSE; diff --git a/cg/cg3400.cpp b/cg/cg3400.cpp index 807ccffbb..d4a4536d7 100755 --- a/cg/cg3400.cpp +++ b/cg/cg3400.cpp @@ -686,7 +686,9 @@ int CG3400_application::stampa_intestazione_ditta() riga.fill('-'); set_header(r, riga); - set_header (++r, "Ditta: %-.50s %s %s %s %s", (const char *)_ragsoc, + set_header (++r, "Ditta: %5ld %-.50s %.35s %.5s %.20s %.2s", + get_firm(), + (const char *)_ragsoc, (const char *)_viafis, (const char *)_cap, (const char *)_comunefis, (const char *)_provfis);