fixes bug#AL-3404

master
wallace.henrique 2023-11-27 18:55:50 -03:00
parent cf1af88d55
commit b58960d63f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<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>
<groupId>br.com.rjconsultores</groupId>

View File

@ -134,7 +134,7 @@ public class RelatorioAproveitamentoFinanceiroController extends MyGenericForwar
mapRutaTrecho.remove(rutaVO.getRutaId().intValue());
}
}
trechoList.setData(lsRutaVOAux);
trechoList.setData(lsRutaVOAux);
}
});
lc.appendChild(btn);

View File

@ -94,7 +94,7 @@
label="${c:l('lb.dec')}" width="35%" sort="auto(descruta)"/>
<listheader
label="${c:l('relatorioLinhasHorarioController.lbOrgao.label')}"
width="27%" sort="auto(orgaoConcedente.descOrgao)"/>
width="27%" sort="auto(orgaoConcedente.descOrgao)"/>
</listhead>
</listbox>
<paging id="pagingLinha" pageSize="10" />