From 08e98aa574315b4f639ae3bcd4628ed755ebff1c Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 30 Mar 2011 11:13:10 +0000 Subject: [PATCH] Patch level :10.0 966 Files correlati : Ricompilazione Demo : [ ] Commento : correzioni minime su cg7 git-svn-id: svn://10.65.10.50/branches/R_10_00@21852 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg7100.cpp | 1 - cg/cg7100p.uml | 1 - cg/cg7200.cpp | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cg/cg7100.cpp b/cg/cg7100.cpp index 889e69d86..e446fc612 100755 --- a/cg/cg7100.cpp +++ b/cg/cg7100.cpp @@ -18,7 +18,6 @@ TReport* TBruceWayne_app::create_report(const char* name) const { TReport* rep = new TReport; rep->load(name); - const TFilename rep_name = name; return rep; } diff --git a/cg/cg7100p.uml b/cg/cg7100p.uml index f03a630f3..0c0bf07a1 100755 --- a/cg/cg7100p.uml +++ b/cg/cg7100p.uml @@ -42,7 +42,6 @@ DATE F_DATAINI BEGIN PROMPT 1 5 "Movimenti dalla data " HELP "Data da cui iniziare la stampa" - DRIVENBY F_ANNO FIELD #DATAINI END diff --git a/cg/cg7200.cpp b/cg/cg7200.cpp index 0a5bfca96..6b9ea9caa 100755 --- a/cg/cg7200.cpp +++ b/cg/cg7200.cpp @@ -194,8 +194,7 @@ bool TPrint_x_imponibile_mask::aggiungi_movimento(const TRectype& rec, TPrint_x_ output_recordset.set("Descr", rec.get(MOV_DESCR)); output_recordset.set("Reg", rec.get(MOV_REG)); output_recordset.set("Protiva", rec.get_long(MOV_PROTIVA)); - const TString& str_tipocf = tipocf; - output_recordset.set("Tipo", str_tipocf); + output_recordset.set("Tipo", rec.get(MOV_TIPO)); output_recordset.set("Codcf", codcf); output_recordset.set("Totdoc", rec.get_real(MOV_TOTDOC)); output_recordset.set("Imponibile", tot_imponibile);