Skip to content

Commit

Permalink
Merge pull request #142 from brunoguelere/master
Browse files Browse the repository at this point in the history
fix: type to int
  • Loading branch information
orochasamuel authored Feb 6, 2025
2 parents 83b794a + 5521fae commit 1a11725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FiscalBr.EFDContribuicoes/BlocoD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ public RegistroD500() : base("D500")
/// Código da situação do documento fiscal, conforme a Tabela 4.1.2
/// </summary>
[SpedCampos(6, "COD_SIT", "N", 2, 0, true, 2)]
public decimal CodSit { get; set; }
public int CodSit { get; set; }

/// <summary>
/// Série do documento fiscal
Expand Down

0 comments on commit 1a11725

Please sign in to comment.