We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8739500 commit f51ae74Copy full SHA for f51ae74
src/Infrastructure/PortaleFatture.BE.Infrastructure/Common/SEND/Fatture/Dto/FattureRelExcelDto.cs
@@ -86,11 +86,11 @@ public class FattureRelExcelDto
86
[Column("RelTotaleIvatoAnalogico")]
87
public decimal RelTotaleIvatoAnalogico { get; set; }
88
89
- [HeaderAttributev2(caption: "Totale Imponibile Digitale €", Order = 14)]
+ [HeaderAttributev2(caption: "Totale Ivato Digitale €", Order = 14)]
90
[Column("RelTotaleIvatoDigitale")]
91
public decimal RelTotaleIvatoDigitale { get; set; }
92
93
- [HeaderAttributev2(caption: "Totale Ivato Digitale €", Order = 15)]
+ [HeaderAttributev2(caption: "Totale Ivato €", Order = 15)]
94
[Column("RelTotaleIvato")]
95
public decimal RelTotaleIvato { get; set; }
96
0 commit comments