daniel.zauli 2016-11-24 17:05:05 +00:00
parent 2a30798b5b
commit 758de76312
1 changed files with 0 additions and 4 deletions

View File

@ -71,10 +71,6 @@ public class CalcularPeajeController extends MyGenericForwardComposer {
for (Integer orgaoConcedenteId : Constantes.ORGAOS_CONCEDENTES_CALCULO_ARTESP) {
lsOrgaoConcedente.add(orgaoConcedenteService.obtenerID(orgaoConcedenteId));
}
List<OrgaoConcedente> ls1 = orgaoConcedenteService.buscar("AGEPAN");
if(!ls1.isEmpty()){
lsOrgaoConcedente.add(ls1.get(0));
}
}
public void onClick$btnCalcularPeaje(Event ev) throws InterruptedException {