From 30bbd010d4ec209d95eeee3eef28dd37d1f8fd2e Mon Sep 17 00:00:00 2001 From: nik Date: Fri, 10 Mar 1995 10:29:22 +0000 Subject: [PATCH] Correzioni alle stampe pdc git-svn-id: svn://10.65.10.50/trunk@1095 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg1100.cpp | 2 ++ cg/cg3400.cpp | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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);