From dc63257fc4d31f93d408d1ba70fdfbae75de7c64 Mon Sep 17 00:00:00 2001 From: villa Date: Fri, 12 Apr 1996 10:43:53 +0000 Subject: [PATCH] Aggiunta data scaduto nella stampa git-svn-id: svn://10.65.10.50/trunk@2726 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- sc/sc2300.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sc/sc2300.cpp b/sc/sc2300.cpp index d7baa1d5b..218dcd7d7 100755 --- a/sc/sc2300.cpp +++ b/sc/sc2300.cpp @@ -717,7 +717,7 @@ void TStampaScaduto::print_header() TString rw(203); TString s1,s2; int o = 0; // Offset per scaglioni. - set_header (soh++, "Ditta : %ld %s@158gData@163g%s @190gPag. @#", + set_header (soh++, "Ditta : %ld %s@158gData@163g%s @190gPag. @#", firm, (const char *)s, (const char *)datas); if (_tipost==fornitori) { @@ -730,7 +730,7 @@ void TStampaScaduto::print_header() s1 ="In Attesa B.F."; s2 =""; o = 4; } - set_header (soh++,"@73gAl %s",(const char*)limop); + set_header (soh++,"@73gAl %s Scad. %s",(const char*)limscad, (const char*)limop); rw.fill('-'); set_header(soh++, (const char *) rw); set_header(soh++,"CODICE@18gC O G N O M E E N O M E "); @@ -750,7 +750,8 @@ void TStampaScaduto::print_header() set_header (soh++, "Ditta : %ld %s@152gData@157g%s @170gPag. @#", firm, (const char *)s, (const char *)datas); set_header(soh++,"@79g** SCADUTO **"); - set_header (soh++,"@79gAl %s",(const char*)limop); + set_header (soh++,"@73gAl %s Scad. %s",(const char*)limscad, (const char*)limop); +// set_header (soh++,"@79gAl %s",(const char*)limop); rw.fill('-'); set_header(soh++, (const char *) rw); set_header(soh++,"CONTO@18gD E S C R I Z I O N E");