Skip to content

Commit

Permalink
Update BancoSicredi.CNAB240.cs
Browse files Browse the repository at this point in the history
BoletoNet#334 - Ajustado identificação do titulo da empresa na remessa do sicred
  • Loading branch information
brunogoulart28 committed Oct 4, 2024
1 parent 817e4b3 commit d5a61f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoletoNetCore/Banco/Sicredi/BancoSicredi.CNAB240.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private string GerarDetalheRemessaCNAB240_SegmentoP(Boleto boleto, ref int regis
reg.Adicionar(TTiposDadoEDI.ediNumericoSemSeparador_, 0151, 015, 2, boleto.ValorDesconto, '0'); // 151 a 165 - Valor percentual a ser concedido
reg.Adicionar(TTiposDadoEDI.ediNumericoSemSeparador_, 0166, 015, 2, boleto.ValorIOF, '0'); // 166 a 180 - Valor do IOF a ser recolhido
reg.Adicionar(TTiposDadoEDI.ediNumericoSemSeparador_, 0181, 015, 2, boleto.ValorAbatimento, '0'); // 181 a 195 - Valor do abatimento
reg.Adicionar(TTiposDadoEDI.ediAlphaAliEsquerda_____, 0196, 025, 0, boleto.NumeroDocumento, ' '); // 196 a 220 - Identificação do título na empresa
reg.Adicionar(TTiposDadoEDI.ediAlphaAliEsquerda_____, 0196, 025, 0, boleto.NumeroControleParticipante, ' '); // 196 a 220 - Identificação do título na empresa

/* protesto
1 - Protestar automaticamente
Expand Down

0 comments on commit d5a61f5

Please sign in to comment.