Patch level : 10.0 912

Files correlati     : mg3.exe
Ricompilazione Demo : [ ]
Commento            :

Corretta la stampa delle schede con numero movimento stampato sul giornale.
Non azzerava i totali scheda


git-svn-id: svn://10.65.10.50/branches/R_10_00@21558 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-02-01 15:35:05 +00:00
parent 5585824765
commit 261bafc712

View File

@ -542,10 +542,10 @@ void TForm_schedemag::set_options(bool no_valori, bool no_ff, bool sintetica, bo
if (name().left(7) == "mg3300a")
((TForm_item &)find_field('B',odd_page, FF_VALORE_GRMOV)).hide();
}
TForm_subsection & ss = ((TForm_subsection &)find_field('B',odd_page,"H_MOVS_INTERESSATI"));
TForm_subsection & ss = ((TForm_subsection &)find_field('B',odd_page,"H_MOVS_INTERESSATI"));
ss.find_field("10").enable(!print_gio);
ss.find_field("110").enable(print_gio);
ss.printsection().find_field(10).enable(!print_gio);
ss.printsection().find_field(110).enable(print_gio);
_no_ff = no_ff;
_sintetica = sintetica;
}