Rev 327 | Rev 349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 327 | Rev 342 | ||
|---|---|---|---|
| Line 405... | Line 405... | ||
| 405 | .comConteudo(conteudo.toString()) |
405 | .comConteudo(conteudo.toString()) |
| 406 | .enviar(); |
406 | .enviar(); |
| 407 | }
|
407 | }
|
| 408 | try { |
408 | try { |
| 409 | Pendencia pendencia = new Pendencia(); |
409 | Pendencia pendencia = new Pendencia(); |
| 410 | pendencia.setDescricao("SOLICITAÇÃO DE " + TipoDevolucao.parse(estoqueAuditoria.getTipoDevolucao()).getDescricao() + ": " + diaAtual); |
- | |
| - | 410 | pendencia.setDescricao("SOLICITAÇÃO DE " + TipoDevolucao.parse(estoqueAuditoria.getTipoDevolucao()).getDescricao() + ": " + diaAtual + ". VENDA ID: " + estoqueAuditoria.getSequencialVenda()); |
|
| 411 | pendencia.setUsuario(usuario); |
411 | pendencia.setUsuario(usuario); |
| 412 | pendencia.setData(DataUtils.getDataAtual()); |
412 | pendencia.setData(DataUtils.getDataAtual()); |
| 413 | pendencia.setLoja(loja); |
413 | pendencia.setLoja(loja); |
| 414 | Perfil perfilRh = new Perfil(); |
414 | Perfil perfilRh = new Perfil(); |
| 415 | perfilRh.setCodigo(ConstantesSEC.SETOR_FINANCEIRO_2); |
415 | perfilRh.setCodigo(ConstantesSEC.SETOR_FINANCEIRO_2); |