From 9c543afa4db66ba00579849d3246eaec33574a1c Mon Sep 17 00:00:00 2001 From: "thiago.penido" Date: Tue, 16 Feb 2016 17:16:21 +0000 Subject: [PATCH] =?UTF-8?q?No=20sistema=20de=20venda=20n=C3=A3o=20foi=20en?= =?UTF-8?q?contrado=20problema.=20Na=20parte=20Adm=20foi=20realizada=20uma?= =?UTF-8?q?=20pequena=20corre=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes bug 7117 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@52935 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/CorridaServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java index 55f0f27b2..ed2058442 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java @@ -511,7 +511,7 @@ public class CorridaServiceImpl implements CorridaService { // }else{ corrida.setTipoServicio(new Short("1")); // } -// corrida.setInfoCorrida(esquemaCorrida.getInfoCorrida()); + corrida.setInfoCorrida(esquemaCorrida.getInfoCorrida()); Integer cantparados = esquemaCorrida.getCantparados(); if (cantparados != null) { corrida.setCantParados(cantparados.shortValue());