daniel.zauli 2016-11-23 19:33:25 +00:00
parent 31f4aeba1a
commit 32f6eb6183
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ public class CalcularPeajeHibernateDAO extends GenericHibernateDAO<String, Strin
if (Constantes.ORGAOS_CONCEDENTES_CALCULO_ARTESP.contains(orgao.getOrgaoConcedenteId())) { if (Constantes.ORGAOS_CONCEDENTES_CALCULO_ARTESP.contains(orgao.getOrgaoConcedenteId())) {
return calculateImportePeajeARTESP(importe, icms, indice, rutaCantEixos, usaICMS); return calculateImportePeajeARTESP(importe, icms, indice, rutaCantEixos, usaICMS);
} }
if (Constantes.ORGAOS_CONCEDENTES_CALCULO_ANTT.contains(orgao.getOrgaoConcedenteId())) { if (Constantes.ORGAOS_CONCEDENTES_CALCULO_ANTT.contains(orgao.getOrgaoConcedenteId()) || orgao.getDescOrgao().equals("AGEPAN")) {
return calculateImportePeajeANTT(importe, icms, indice, rutaCantEixos, getRutaCantAsientos(ruta), usaICMS); return calculateImportePeajeANTT(importe, icms, indice, rutaCantEixos, getRutaCantAsientos(ruta), usaICMS);
} }