Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NFe.AppTeste/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,7 @@ protected virtual det GetDetalhe(int i, CRT crt, ModeloDocumento modelo)
pIS = 0,
vIS = 0,
cClassTribIS = "000001",
CSTIS = CSTIS.Is000,
CSTIS = "000",
vBCIS = 0,
}
: null,
Expand Down
2 changes: 1 addition & 1 deletion NFe.Classes/Informacoes/Detalhe/Tributacao/Federal/IS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class IS
/// UB02 - Código de Situação Tributária do Imposto Seletivo
/// </summary>
[XmlElement(Order = 1)]
public CSTIS CSTIS { get; set; }
public string CSTIS { get; set; }

/// <summary>
/// UB03 - Código de Classificação Tributária do Imposto Seletivo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace NFe.Classes.Informacoes.Detalhe.Tributacao.Federal.Tipos
/// <summary>
/// CST para o Imposto Seletivo (IS)
/// Tabela ainda não publicada oficialmente pela SEFAZ. Fonte: NT 2025.002-RTC
/// Enum sem utilização até a publicação da tabela oficial.
/// </summary>
public enum CSTIS
{
Expand Down
Loading