diff --git a/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java index 32ac4e2c7..f5fe47ed7 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java @@ -142,6 +142,10 @@ public class TramoRutaServiceImpl implements TramoRutaService { ruta.setFecmodif(new java.util.Date()); ruta.setPrefixo(rutaTramoVO.getPrefixo()); ruta.setNumRuta(rutaTramoVO.getNumRuta()); + //valores de tributação para ecf + ruta.setIndTribPedagio(Boolean.FALSE); + ruta.setIndTribTarifa(Boolean.TRUE); + ruta.setIndTribTaxaEmbarque(Boolean.FALSE); ruta = rutaDAO.suscribir(ruta);