Skip to content
Merged
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 CTe.Servicos/Factory/ClassesFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static evCancPrestDesacordo CriaEvCancPrestDesacordo(string nProtEvPrestD

if (configServico.cUF == Estado.MT)//sem acentuação issue #1386
{
evPrestDesacordo.descEvento = "Cancelamento Prestacaoo do Servico em Desacordo";
evPrestDesacordo.descEvento = "Cancelamento Prestacao do Servico em Desacordo";
}

return evPrestDesacordo;
Expand Down
Loading