Skip to content

Commit 2c38511

Browse files
committed
fix: 676
Merged PR 236: Bug fix report postalizzazione 890 Related work items: #676
1 parent 22d3d4f commit 2c38511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Infrastructure/PortaleFatture.BE.Infrastructure/Common/SEND/DatiModuloCommesse/Dto/ModuloCommessaPrevisionaleDownloadDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ModuloCommessaPrevisionaleDownloadDto
2626
public int? AR { get; set; }
2727

2828
[Header(caption: "890", Order = 8)]
29-
public int? _890 { get; set; }
29+
public int? A890 { get; set; }
3030

3131
[Header(caption: "Totale Regioni", Order = 9)]
3232
public int? TotaleRegioni { get; set; }

src/Infrastructure/PortaleFatture.BE.Infrastructure/Common/SEND/DatiModuloCommesse/Queries/Persistence/Builder/DatiModuloCommessaPrevisionaliSQLBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SELECT [Anno]
2525
,[TipoReport]
2626
,[TotaleModuloCommessa]
2727
,[AR]
28-
,[890]
28+
,[890] as A890
2929
,[TotaleRegioni]
3030
,[Regione]
3131
,[Calcolato]

0 commit comments

Comments
 (0)