Skip to content

Commit

Permalink
Correção da issue #27
Browse files Browse the repository at this point in the history
  • Loading branch information
orochasamuel committed Apr 2, 2024
1 parent afb89c6 commit 8c3be02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FiscalBr.EFDFiscal/Bloco1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ public Registro1350() : base("1350")
/// <summary>
/// Número de série da bomba
/// </summary>
[SpedCampos(2, "SERIE", "C", 0, 0, true, 2)]
[SpedCampos(2, "SERIE", "C", 255, 0, true, 2)]
public string Serie { get; set; }

/// <summary>
Expand All @@ -777,7 +777,7 @@ public Registro1350() : base("1350")
/// <summary>
/// Modelo da bomba
/// </summary>
[SpedCampos(4, "MODELO", "C", 0, 0, true, 2)]
[SpedCampos(4, "MODELO", "C", 255, 0, true, 2)]
public string Modelo { get; set; }

/// <summary>
Expand Down

1 comment on commit 8c3be02

@orochasamuel
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A issue correta é a #127 acabei incluindo a #27 por engano.

Please sign in to comment.