fix: translate sottostanti column labels to Italian in expired anagrafica
This commit is contained in:
@@ -229,8 +229,8 @@ public class ExpiredAnagraficaSectionRenderer : IPdfSectionRenderer
|
|||||||
var grid = new PdfGrid();
|
var grid = new PdfGrid();
|
||||||
grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2);
|
grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2);
|
||||||
|
|
||||||
string[] headers = { "Nome", "Strike", "Last", "% Perf.", "Barriera Capitale",
|
string[] headers = { "Nome", "Livello Iniziale", "Ultimo Prezzo", "% Perf.", "Barriera Capitale",
|
||||||
"Buffer Capitale", "Trigger Cedola", "Buffer Cedola", "Trigger Autocall" };
|
"Protezione Capitale", "Livello Cedola", "Protezione Cedola", "Livello Richiamo Anticipato" };
|
||||||
|
|
||||||
foreach (var _ in headers) grid.Columns.Add();
|
foreach (var _ in headers) grid.Columns.Add();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user