From 76145ad0d246e3ac44642938dccb548544777c98 Mon Sep 17 00:00:00 2001 From: SmartRootsSrl Date: Tue, 24 Mar 2026 10:13:40 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20rinomina=20header=20gruppo=20DIVIDENDI?= =?UTF-8?q?=20=E2=86=92=20DIVIDENDI=20ANNUALI=20nella=20tabella=20sottosta?= =?UTF-8?q?nti+dividendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .../Services/Implementations/DividendSectionRenderer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs b/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs index d68cf86..7ea8f8e 100644 --- a/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs +++ b/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs @@ -128,9 +128,9 @@ public class DividendSectionRenderer DrawHeaderCell(g, cx, y, barriereW, rh, "BARRIERE", accentBrush, whiteBrush, headerFont); cx += barriereW; - // "DIVIDENDI" (cols 9-14) + // "DIVIDENDI ANNUALI" (cols 9-14) float dividendiW = cw[9] + cw[10] + cw[11] + cw[12] + cw[13] + cw[14]; - DrawHeaderCell(g, cx, y, dividendiW, rh, "DIVIDENDI", DarkBlueBrush, whiteBrush, headerFont); + DrawHeaderCell(g, cx, y, dividendiW, rh, "DIVIDENDI ANNUALI", DarkBlueBrush, whiteBrush, headerFont); // ── Riga 2: Sottocolonne ─────────────────────────────────────── cx = x0;