fixes bug#AL-3404
parent
cf1af88d55
commit
b58960d63f
2
pom.xml
2
pom.xml
|
@ -1,5 +1,5 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
|
|
|
@ -134,7 +134,7 @@ public class RelatorioAproveitamentoFinanceiroController extends MyGenericForwar
|
||||||
mapRutaTrecho.remove(rutaVO.getRutaId().intValue());
|
mapRutaTrecho.remove(rutaVO.getRutaId().intValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
trechoList.setData(lsRutaVOAux);
|
trechoList.setData(lsRutaVOAux);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
lc.appendChild(btn);
|
lc.appendChild(btn);
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
label="${c:l('lb.dec')}" width="35%" sort="auto(descruta)"/>
|
label="${c:l('lb.dec')}" width="35%" sort="auto(descruta)"/>
|
||||||
<listheader
|
<listheader
|
||||||
label="${c:l('relatorioLinhasHorarioController.lbOrgao.label')}"
|
label="${c:l('relatorioLinhasHorarioController.lbOrgao.label')}"
|
||||||
width="27%" sort="auto(orgaoConcedente.descOrgao)"/>
|
width="27%" sort="auto(orgaoConcedente.descOrgao)"/>
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
<paging id="pagingLinha" pageSize="10" />
|
<paging id="pagingLinha" pageSize="10" />
|
||||||
|
|
Loading…
Reference in New Issue