Skip to content

Commit

Permalink
Alterado quantidade de casas decimais do K235 no campo QTD
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnaldoSilva0 committed Nov 5, 2024
1 parent 8c3be02 commit 4ca2109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FiscalBr.EFDFiscal/BlocoK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public RegistroK235() : base("K235")
/// <summary>
/// Quantidade consumida do item
/// </summary>
[SpedCampos(4, "QTD", "N", 0, 3, true, 10)]
[SpedCampos(4, "QTD", "N", 0, 6, true, 10)]
public decimal Qtd { get; set; }

/// <summary>
Expand Down

0 comments on commit 4ca2109

Please sign in to comment.