Skip to content

Commit

Permalink
[MDFe][-] Tara no veiculo de tração é opcional (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgerene authored Jul 8, 2021
1 parent 12e333b commit bd199e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shared.MDFe.Classes/Informacoes/MDFeVeicTracao.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ public string ProxyUF

public bool CapKGSpecified { get { return CapKG.HasValue; } }
public bool CapM3Specified { get { return CapM3.HasValue; } }
public bool TaraSpecified { get { return Tara.HasValue; } }
}
}

0 comments on commit bd199e2

Please sign in to comment.