Skip to content

Commit f51ae74

Browse files
committed
fix: 584
Merged PR 175: Report colonne fix primo secondo saldo Related work items: #584
1 parent 8739500 commit f51ae74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Infrastructure/PortaleFatture.BE.Infrastructure/Common/SEND/Fatture/Dto/FattureRelExcelDto.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ public class FattureRelExcelDto
8686
[Column("RelTotaleIvatoAnalogico")]
8787
public decimal RelTotaleIvatoAnalogico { get; set; }
8888

89-
[HeaderAttributev2(caption: "Totale Imponibile Digitale €", Order = 14)]
89+
[HeaderAttributev2(caption: "Totale Ivato Digitale €", Order = 14)]
9090
[Column("RelTotaleIvatoDigitale")]
9191
public decimal RelTotaleIvatoDigitale { get; set; }
9292

93-
[HeaderAttributev2(caption: "Totale Ivato Digitale €", Order = 15)]
93+
[HeaderAttributev2(caption: "Totale Ivato €", Order = 15)]
9494
[Column("RelTotaleIvato")]
9595
public decimal RelTotaleIvato { get; set; }
9696

0 commit comments

Comments
 (0)