0014804: Ajuste do Sistema - Erro no valor do depósito

fixes bug#14804
dev:Albertin
qua:Junia

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@95780 d1611594-4594-4d17-8e1d-87c2c4800839
master
daniel.zauli 2019-07-16 14:58:32 +00:00
parent b4b144231f
commit 2ece2a0faf
1 changed files with 1 additions and 2 deletions

View File

@ -542,8 +542,7 @@ public class ConferenciaComissaoServiceImpl implements ConferenciaComissaoServic
* @return
*/
private void carregarTotalDeposito(ResumoComissao resumoComissao, List<BoletoComissao> boletoComissaos, List<EventosFinanceirosVO> lsEventosFinanceiros) {
List<Integer> formaspagosDeposito = new ArrayList<Integer>(Arrays.asList(Constantes.FORMA_PAGO_DINHEIRO.intValue(),
Constantes.FORMA_PAGO_TROCA_PASSAGEM.intValue()));
List<Integer> formaspagosDeposito = new ArrayList<Integer>(Arrays.asList(Constantes.FORMA_PAGO_DINHEIRO.intValue()));
BigDecimal totalDeposito = BigDecimal.ZERO;