From 28675826097c4e1c5e1c4a6eafb9ed76bbeb6ebe Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 18 Jan 1996 17:59:53 +0000 Subject: [PATCH] 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 --- sc/sc3100.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sc/sc3100.cpp b/sc/sc3100.cpp index 3c7d2fb78..ad1fec7d7 100755 --- a/sc/sc3100.cpp +++ b/sc/sc3100.cpp @@ -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()) {