From de7148c5cbf71716801d328d1c9769325c5423a1 Mon Sep 17 00:00:00 2001 From: SmartRootsSrl Date: Mon, 23 Mar 2026 17:07:53 +0100 Subject: [PATCH] fix: restore 'Soglia Rimborso' label in expired eventi (revert incorrect rename) --- .../Services/Implementations/EventiSectionRenderer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CertReports.Syncfusion/Services/Implementations/EventiSectionRenderer.cs b/CertReports.Syncfusion/Services/Implementations/EventiSectionRenderer.cs index 87f91fe..aba96f8 100644 --- a/CertReports.Syncfusion/Services/Implementations/EventiSectionRenderer.cs +++ b/CertReports.Syncfusion/Services/Implementations/EventiSectionRenderer.cs @@ -57,7 +57,7 @@ public class EventiSectionRenderer : IPdfSectionRenderer { "Osservazione", "Pagamento", "Barriera Cedola", "Cedola %", "Pagato", "Memoria", - "Importo Pagato", "Livello Richiamo Anticipato", "Valore Richiamo Anticipato" + "Importo Pagato", "Soglia Rimborso", "Valore Richiamo Anticipato" }; cw = new float[] { 62, 58, 52, 46, 36, 46, 52, 58, 52 }; paidColIndex = 4;