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
This commit is contained in:
parent
261cb27351
commit
08e98aa574
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user