From 0310fa6d662924c525039021c803f51ba2a7b504 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 2 Feb 2004 14:23:47 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:2.0=20?= =?UTF-8?q?p@rtners=20678=20Files=20correlati=20=20=20=20=20:cg1.exe=20Ric?= =?UTF-8?q?ompilazione=20Demo=20:=20[=20]=20Commento=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20:=20CM20080=20Nella=20stampa=20la=20dicitura=20i?= =?UTF-8?q?niziale=20che=20intesta=20i=20conti=20attivi,=20da=20'ATTIVI'?= =?UTF-8?q?=20con=20la=2032=20Bit=20=C3=A8=20diventata=20'CONTI=20D'ORDINE?= =?UTF-8?q?=20ATTIVI'=20deve=20tornare=20come=20in=20precedenza?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/trunk@11737 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg1600.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/cg/cg1600.cpp b/cg/cg1600.cpp index 786058b09..261712b4a 100755 --- a/cg/cg1600.cpp +++ b/cg/cg1600.cpp @@ -2387,7 +2387,6 @@ void TStampa_IVdirettiva::stampa_totali() set_row (_i++,"@0g%c", app); set_row (_i,TR("TOTALE CONTI D'ORDINE ATTIVI")); set_row (_i++,"@81g%r", &_totale_ordine_attivo); -// _totale_ordine_attivo = ZERO; gia_stampato_conto_ord = TRUE; } @@ -4140,17 +4139,16 @@ void TStampa_IVdirettiva::setta_righe(const char * titolo) if (_sez_da_stamp == '1') { - char app = ' '; - set_row (_i++,FR("@0gCONTI D'ORDINE ATTIVI")); - stampa_classe = FALSE; - } - else - if ((_sez_da_stamp == '1')&&(_let_da_stamp != 'Z')) - { - char app = ' '; - set_row (_i++,FR("@0gATTIVO")); - } - + set_row (_i++,"@0g "); + if (_let_da_stamp == 'Z') + { + set_row (_i++,FR("@0gCONTI D'ORDINE ATTIVI")); + stampa_classe = FALSE; + } + else + set_row (_i++,FR("@0gATTIVO")); + set_row (_i++,"@0g "); + } if (_sez_da_stamp == '2') { @@ -4162,7 +4160,9 @@ void TStampa_IVdirettiva::setta_righe(const char * titolo) } else set_row (_i++,FR("@0gPASSIVO")); + set_row(_i++,"@0g "); } + if (stampa_classe) { if ((_sez_da_stamp=='1')||(_sez_da_stamp=='2')||(_sez_da_stamp== '9'))