Patch level : 12.00 1412

Files correlati     :

Commento                :
Corretta stampa bilancio per commessa.
This commit is contained in:
Alessandro Bonazzi 2026-05-28 22:09:17 +02:00
parent e93c1e4057
commit 14f8de073f

View File

@ -388,6 +388,8 @@ bool TCRPA_report::generate_columns (TString_array& codici, TString_array& testa
if (k > 0)
ps << '|';
ps << "RESET,F" << head.level() << '.' << (k + model_id);
if (j == 1)
ps << "RESET,F" << head.level() + 1 << '.' << (k + model_id + 200);
}
head.set_prescript(ps);
}