We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4fe8c commit 8eefeabCopy full SHA for 8eefeab
1 file changed
NFe.Classes/Servicos/Evento/Informacoes/ItemConsumo/gConsumo.cs
@@ -53,10 +53,6 @@ public gConsumo(NFeTipoEvento nFeTipoEvento)
53
54
if (!eventosPermitidos.Contains(nFeTipoEvento))
55
throw new ArgumentException($"Não é permitido instanciar gConsumo com o evento {nFeTipoEvento}.", nameof(nFeTipoEvento));
56
-
57
- // Como os schemas da sefaz trouxeram o campo vIBS e vCBS como elementos, essa condicional ficará desabilitada por hora.
58
- // if (nFeTipoEvento == NFeTipoEvento.TeNfeDestinacaoDeItemParaConsumoPessoal)
59
- // _serializarValorIbsECbsComoAtributo = true;
60
}
61
62
private gConsumo() { } // Construtor sem parâmetros necessário apenas para o XmlSerializer
0 commit comments