feat: skip sottostanti table in expired anagrafica when ShowDividend=true
This commit is contained in:
@@ -46,7 +46,7 @@ public class ExpiredAnagraficaSectionRenderer : IPdfSectionRenderer
|
||||
y += SectionGap;
|
||||
|
||||
// ── SEZIONE C: SOTTOSTANTI ────────────────────────────────────
|
||||
if (info.Sottostanti.Count > 0)
|
||||
if (!data.ShowDividend && info.Sottostanti.Count > 0)
|
||||
{
|
||||
if (y > PageH - 80f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user