Skip to content

Commit

Permalink
Merge pull request #121 from orochasamuel/marcosgerene-patch-1
Browse files Browse the repository at this point in the history
Update BlocoC.cs
  • Loading branch information
orochasamuel authored Feb 1, 2024
2 parents 9b270e9 + 1c52991 commit 761f490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FiscalBr.EFDFiscal/BlocoC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6140,7 +6140,7 @@ public RegistroC860() : base("C860")
/// Preenchimento: informar o número do primeiro CF-e-SAT emitido, mesmo que cancelado, no período, pelo equipamento.
/// </remarks>
[SpedCampos(5, "DOC_INI", "N", 6, 0, true, 2)]
public string NumDocIni { get; set; }
public int NumDocIni { get; set; }

/// <summary>
/// Número do documento final
Expand Down

0 comments on commit 761f490

Please sign in to comment.