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 3224df5 commit 6753e68Copy full SHA for 6753e68
1 file changed
NFe.Servicos/ServicosNFe.cs
@@ -577,8 +577,11 @@ private bool DeveValidarDetalhamentoDoEvento(ServicoNFe servicoNFe)
577
case ServicoNFe.RecepcaoEventoPerecimentoPerdaRouboOuFurtoDuranteOTransporteContratadoPeloFornecedor:
578
case ServicoNFe.RecepcaoEventoFornecimentoNaoRealizadoComPagamentoAntecipado:
579
case ServicoNFe.RecepcaoEventoAtualizacaoDataPrevisaoDeEntrega:
580
- deveValidarDetalhamentoDoEvento = true;break;
581
- default: deveValidarDetalhamentoDoEvento = false;break;
+ deveValidarDetalhamentoDoEvento = true;
+ break;
582
+ default:
583
+ deveValidarDetalhamentoDoEvento = false;
584
585
}
586
587
return deveValidarDetalhamentoDoEvento;
0 commit comments