Aggiunta gestione sul footer del campo per la stampa totale pagamenti

non assegnati.


git-svn-id: svn://10.65.10.50/trunk@2467 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-01-18 17:59:53 +00:00
parent 08aa43b963
commit 2867582609

View File

@ -467,7 +467,10 @@ void TForm_EC_editor::hook_footer_to_body(TPrint_section* f, TPrint_section* b)
TForm_item& fi = f->field(i);
if (fi.x()>0 || !fi.shown()) continue;
short id = fi.id();
if (id >= PEC_TSALDO && id <= PEC_TIMPLIRE) id = PEC_DESCR;
if (id >= PEC_TSALDO && id <= PEC_TUNASSIGNED) id = PEC_DESCR;
else
if (id == PEC_UNASSIGNED) id = PEC_AVERE;
TForm_item& fb = b->find_field(id);
if (!fb.shown())
{