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);