Correzioni alle stampe pdc
git-svn-id: svn://10.65.10.50/trunk@1095 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
eea7ed64e9
commit
30bbd010d4
@ -1027,6 +1027,8 @@ bool CG1100_application::set_print(int)
|
|||||||
init_sort();
|
init_sort();
|
||||||
_resetta_righe_stampa = TRUE;
|
_resetta_righe_stampa = TRUE;
|
||||||
|
|
||||||
|
printer().footerlen(5);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
@ -686,7 +686,9 @@ int CG3400_application::stampa_intestazione_ditta()
|
|||||||
riga.fill('-');
|
riga.fill('-');
|
||||||
set_header(r, riga);
|
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 *)_viafis, (const char *)_cap,
|
||||||
(const char *)_comunefis, (const char *)_provfis);
|
(const char *)_comunefis, (const char *)_provfis);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user