Fixes Bug #0009192
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@71384 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0396b2023a
commit
e68493d3c2
|
@ -36,6 +36,7 @@ import com.rjconsultores.ventaboletos.entidad.RutaCombinacion;
|
|||
import com.rjconsultores.ventaboletos.entidad.TipoPuntoVenta;
|
||||
import com.rjconsultores.ventaboletos.entidad.Tramo;
|
||||
import com.rjconsultores.ventaboletos.entidad.VigenciaTarifa;
|
||||
import com.rjconsultores.ventaboletos.utilerias.ApplicationProperties;
|
||||
import com.rjconsultores.ventaboletos.utilerias.UsuarioLogado;
|
||||
import com.rjconsultores.ventaboletos.vo.tarifa.TarifaEscalaGroupVO;
|
||||
import com.rjconsultores.ventaboletos.vo.tarifa.TarifaEscalaVO;
|
||||
|
@ -410,6 +411,9 @@ public class RutaCombinacionHibernateDAO extends GenericHibernateDAO<RutaCombina
|
|||
hql.append(" M.MARCA_ID, ");
|
||||
hql.append(" T.IMPORTETAXAEMBARQUE, ");
|
||||
hql.append(" T.IMPORTESEGURO, ");
|
||||
if (ApplicationProperties.getInstance().exibeTpp()) {
|
||||
hql.append(" T.IMPORTETPP, ");
|
||||
}
|
||||
hql.append(" T.IMPORTEPEDAGIO, ");
|
||||
hql.append("T.IMPORTEOUTROS ");
|
||||
hql.append(" FROM ");
|
||||
|
|
Loading…
Reference in New Issue